Interface ValueHolder
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EnumConstantValue,LiteralValue
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetValue()default Stringstatic ValueHolderof(ConcreteTypeInfo valueType, Object value) static EnumConstantValueofEnum(ConcreteTypeInfo enumType, String enumConstantName, ConcreteTypeInfo valueType, Object value)
-
Field Details
-
NULL
-
-
Method Details
-
getValueType
ConcreteTypeInfo getValueType() -
getValue
Object getValue() -
literalValue
-