Class DataType.RUNTIME

  • Enclosing class:
    DataType

    public static final class DataType.RUNTIME
    extends DataType
    Runtime type
    • Constructor Summary

      Constructors 
      Constructor Description
      RUNTIME()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object createValue()
      MAP and LIST types overrides this method to return appropriate new map or list
      boolean isCompatible​(java.lang.Object input)
      Determines if an input is compatible with current DataType
      • Methods inherited from class java.lang.Object

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

      • RUNTIME

        public RUNTIME()
    • Method Detail

      • isCompatible

        public boolean isCompatible​(java.lang.Object input)
        Description copied from class: DataType
        Determines if an input is compatible with current DataType
        Specified by:
        isCompatible in class DataType
      • createValue

        protected java.lang.Object createValue()
        Description copied from class: DataType
        MAP and LIST types overrides this method to return appropriate new map or list
        Specified by:
        createValue in class DataType