Class TypeManager

  • Direct Known Subclasses:
    BooleanManager, IntegerManager, LongManager

    public abstract class TypeManager
    extends java.lang.Object
    Type Manager, used to manage dynmaic property, when property depend on value.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeManager()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Class<?> getType​(java.lang.String value)
      get Type of the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeManager

        public TypeManager()
    • Method Detail

      • getType

        public abstract java.lang.Class<?> getType​(java.lang.String value)
        get Type of the value.