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 PropertyHandlerPropertyHandlerFactory. nullMethodHandlerprotected static PropertyHandlerPropertyHandlerFactory. nullPropertyHandlerFields in org.mvel2.integration with type parameters of type PropertyHandler Modifier and Type Field Description protected static Map<Class,PropertyHandler>PropertyHandlerFactory. propertyHandlerClassMethods in org.mvel2.integration that return PropertyHandler Modifier and Type Method Description static PropertyHandlerPropertyHandlerFactory. getNullMethodHandler()static PropertyHandlerPropertyHandlerFactory. getNullPropertyHandler()static PropertyHandlerPropertyHandlerFactory. getPropertyHandler(Class clazz)Methods in org.mvel2.integration with parameters of type PropertyHandler Modifier and Type Method Description static voidPropertyHandlerFactory. registerPropertyHandler(Class clazz, PropertyHandler propertyHandler)static voidPropertyHandlerFactory. setNullMethodHandler(PropertyHandler handler)static voidPropertyHandlerFactory. setNullPropertyHandler(PropertyHandler handler) -
Uses of PropertyHandler in org.mvel2.optimizers.impl.refl.nodes
Constructors in org.mvel2.optimizers.impl.refl.nodes with parameters of type PropertyHandler Constructor Description FieldAccessorNH(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)
-