Package org.mvel2.integration
Class PropertyHandlerFactory
java.lang.Object
org.mvel2.integration.PropertyHandlerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static PropertyHandler
protected static PropertyHandler
protected static Map
<Class, PropertyHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static PropertyHandler
static PropertyHandler
static PropertyHandler
getPropertyHandler
(Class clazz) static boolean
static boolean
static boolean
hasPropertyHandler
(Class clazz) static void
registerPropertyHandler
(Class clazz, PropertyHandler propertyHandler) static void
setNullMethodHandler
(PropertyHandler handler) static void
setNullPropertyHandler
(PropertyHandler handler) static void
unregisterPropertyHandler
(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()
-