Class PropertyHandlerFactory

java.lang.Object
org.mvel2.integration.PropertyHandlerFactory

public class PropertyHandlerFactory extends Object
  • Field Details

  • Constructor Details

    • PropertyHandlerFactory

      public PropertyHandlerFactory()
  • Method Details

    • getPropertyHandler

      public static PropertyHandler getPropertyHandler(Class clazz)
    • hasPropertyHandler

      public static boolean hasPropertyHandler(Class clazz)
    • registerPropertyHandler

      public static void registerPropertyHandler(Class clazz, PropertyHandler propertyHandler)
    • setNullPropertyHandler

      public static void setNullPropertyHandler(PropertyHandler handler)
    • hasNullPropertyHandler

      public static boolean hasNullPropertyHandler()
    • getNullPropertyHandler

      public static PropertyHandler getNullPropertyHandler()
    • setNullMethodHandler

      public static void setNullMethodHandler(PropertyHandler handler)
    • hasNullMethodHandler

      public static boolean hasNullMethodHandler()
    • getNullMethodHandler

      public static PropertyHandler getNullMethodHandler()
    • unregisterPropertyHandler

      public static void unregisterPropertyHandler(Class clazz)
    • disposeAll

      public static void disposeAll()