Class PropertyHandlerFactory


  • public class PropertyHandlerFactory
    extends Object
    • Constructor Detail

      • PropertyHandlerFactory

        public PropertyHandlerFactory()
    • Method Detail

      • 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()