Class Value


  • public class Value
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Value.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • of

        public static Value of​(Value.Type type,
                               java.lang.Object value)
      • getValue

        public <T> T getValue()