Package org.apache.groovy.json.internal
Interface Value
- All Known Implementing Classes:
- CharSequenceValue,- NumberValue,- ValueContainer
public interface Value
- 
Method Details- 
byteValuebyte byteValue()
- 
shortValueshort shortValue()
- 
intValueint intValue()
- 
longValuelong longValue()
- 
bigDecimalValueBigDecimal bigDecimalValue()
- 
bigIntegerValueBigInteger bigIntegerValue()
- 
floatValuefloat floatValue()
- 
doubleValuedouble doubleValue()
- 
booleanValueboolean booleanValue()
- 
dateValueDate dateValue()
- 
stringValueString stringValue()
- 
stringValueEncodedString stringValueEncoded()
- 
toValueObject toValue()
- 
toEnum
- 
isContainerboolean isContainer()
- 
chopvoid chop()
- 
charValuechar charValue()
 
-