Uses of Interface
org.mvel2.integration.PropertyHandler
-
Packages that use PropertyHandler Package Description org.mvel2.integration org.mvel2.optimizers.impl.refl.nodes -
-
Uses of PropertyHandler in org.mvel2.integration
Fields in org.mvel2.integration declared as PropertyHandler Modifier and Type Field Description protected static PropertyHandler
PropertyHandlerFactory. nullMethodHandler
protected static PropertyHandler
PropertyHandlerFactory. nullPropertyHandler
Fields in org.mvel2.integration with type parameters of type PropertyHandler Modifier and Type Field Description protected static java.util.Map<java.lang.Class,PropertyHandler>
PropertyHandlerFactory. propertyHandlerClass
Methods in org.mvel2.integration that return PropertyHandler Modifier and Type Method Description static PropertyHandler
PropertyHandlerFactory. getNullMethodHandler()
static PropertyHandler
PropertyHandlerFactory. getNullPropertyHandler()
static PropertyHandler
PropertyHandlerFactory. getPropertyHandler(java.lang.Class clazz)
Methods in org.mvel2.integration with parameters of type PropertyHandler Modifier and Type Method Description static void
PropertyHandlerFactory. registerPropertyHandler(java.lang.Class clazz, PropertyHandler propertyHandler)
static void
PropertyHandlerFactory. setNullMethodHandler(PropertyHandler handler)
static void
PropertyHandlerFactory. setNullPropertyHandler(PropertyHandler handler)
-
Uses of PropertyHandler in org.mvel2.optimizers.impl.refl.nodes
Fields in org.mvel2.optimizers.impl.refl.nodes declared as PropertyHandler Modifier and Type Field Description private PropertyHandler
FieldAccessorNH. nullHandler
private PropertyHandler
GetterAccessorNH. nullHandler
private PropertyHandler
MethodAccessorNH. nullHandler
private PropertyHandler
StaticVarAccessorNH. nullHandler
private PropertyHandler
PropertyHandlerAccessor. propertyHandler
Constructors in org.mvel2.optimizers.impl.refl.nodes with parameters of type PropertyHandler Constructor Description FieldAccessorNH(java.lang.reflect.Field field, PropertyHandler handler)
GetterAccessorNH(java.lang.reflect.Method method, PropertyHandler nullHandler)
MethodAccessorNH(java.lang.reflect.Method method, ExecutableStatement[] parms, PropertyHandler handler)
PropertyHandlerAccessor(java.lang.String propertyName, java.lang.Class conversionType, PropertyHandler propertyHandler)
StaticVarAccessorNH(java.lang.reflect.Field field, PropertyHandler handler)
-