Package org.mvel2.integration
Class PropertyHandlerFactory
java.lang.Object
org.mvel2.integration.PropertyHandlerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static PropertyHandlerprotected static PropertyHandlerprotected static Map<Class,PropertyHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic PropertyHandlerstatic PropertyHandlerstatic PropertyHandlergetPropertyHandler(Class clazz) static booleanstatic booleanstatic booleanhasPropertyHandler(Class clazz) static voidregisterPropertyHandler(Class clazz, PropertyHandler propertyHandler) static voidsetNullMethodHandler(PropertyHandler handler) static voidsetNullPropertyHandler(PropertyHandler handler) static voidunregisterPropertyHandler(Class clazz)
-
Field Details
-
propertyHandlerClass
-
nullPropertyHandler
-
nullMethodHandler
-
-
Constructor Details
-
PropertyHandlerFactory
public PropertyHandlerFactory()
-
-
Method Details
-
getPropertyHandler
-
hasPropertyHandler
-
registerPropertyHandler
-
setNullPropertyHandler
-
hasNullPropertyHandler
public static boolean hasNullPropertyHandler() -
getNullPropertyHandler
-
setNullMethodHandler
-
hasNullMethodHandler
public static boolean hasNullMethodHandler() -
getNullMethodHandler
-
unregisterPropertyHandler
-
disposeAll
public static void disposeAll()
-