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 PropertyHandlerPropertyHandlerFactory.nullMethodHandlerprotected static PropertyHandlerPropertyHandlerFactory.nullPropertyHandlerFields in org.mvel2.integration with type parameters of type PropertyHandlerModifier and TypeFieldDescriptionprotected static Map<Class,PropertyHandler> PropertyHandlerFactory.propertyHandlerClassMethods in org.mvel2.integration that return PropertyHandlerModifier and TypeMethodDescriptionstatic PropertyHandlerPropertyHandlerFactory.getNullMethodHandler()static PropertyHandlerPropertyHandlerFactory.getNullPropertyHandler()static PropertyHandlerPropertyHandlerFactory.getPropertyHandler(Class clazz) Methods in org.mvel2.integration with parameters of type PropertyHandlerModifier and TypeMethodDescriptionstatic 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 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)