Uses of Interface
org.mvel2.integration.PropertyHandler
Packages that use PropertyHandler
-
Uses of PropertyHandler in org.mvel2.integration
Fields in org.mvel2.integration declared as PropertyHandlerModifier and TypeFieldDescriptionprotected static PropertyHandler
PropertyHandlerFactory.nullMethodHandler
protected static PropertyHandler
PropertyHandlerFactory.nullPropertyHandler
Fields in org.mvel2.integration with type parameters of type PropertyHandlerModifier and TypeFieldDescriptionprotected static Map
<Class, PropertyHandler> PropertyHandlerFactory.propertyHandlerClass
Methods in org.mvel2.integration that return PropertyHandlerModifier and TypeMethodDescriptionstatic PropertyHandler
PropertyHandlerFactory.getNullMethodHandler()
static PropertyHandler
PropertyHandlerFactory.getNullPropertyHandler()
static PropertyHandler
PropertyHandlerFactory.getPropertyHandler
(Class clazz) Methods in org.mvel2.integration with parameters of type PropertyHandlerModifier and TypeMethodDescriptionstatic void
PropertyHandlerFactory.registerPropertyHandler
(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 PropertyHandlerModifier and TypeFieldDescriptionprivate 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 PropertyHandlerModifierConstructorDescriptionFieldAccessorNH
(Field field, PropertyHandler handler) GetterAccessorNH
(Method method, PropertyHandler nullHandler) MethodAccessorNH
(Method method, ExecutableStatement[] parms, PropertyHandler handler) PropertyHandlerAccessor
(String propertyName, Class conversionType, PropertyHandler propertyHandler) StaticVarAccessorNH
(Field field, PropertyHandler handler)