Package org.apache.groovy.json.internal
Class ValueContainer
java.lang.Object
org.apache.groovy.json.internal.ValueContainer
- All Implemented Interfaces:
- CharSequence,- Value
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionValueContainer(Object value, Type type, boolean decodeStrings) ValueContainer(List<Object> list) ValueContainer(Map<String, Object> map) ValueContainer(Type type) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequencechars, codePoints, isEmpty
- 
Field Details- 
TRUE
- 
FALSE
- 
NULL
- 
value
- 
type
- 
decodeStringspublic boolean decodeStrings
 
- 
- 
Constructor Details- 
ValueContainer
- 
ValueContainer
- 
ValueContainer
- 
ValueContainer
 
- 
- 
Method Details- 
intValuepublic int intValue()
- 
longValuepublic long longValue()
- 
booleanValuepublic boolean booleanValue()- Specified by:
- booleanValuein interface- Value
 
- 
stringValue- Specified by:
- stringValuein interface- Value
 
- 
stringValueEncoded- Specified by:
- stringValueEncodedin interface- Value
 
- 
toString- Specified by:
- toStringin interface- CharSequence
- Overrides:
- toStringin class- Object
 
- 
toValue
- 
toEnum
- 
isContainerpublic boolean isContainer()- Specified by:
- isContainerin interface- Value
 
- 
choppublic void chop()
- 
charValuepublic char charValue()
- 
lengthpublic int length()- Specified by:
- lengthin interface- CharSequence
 
- 
charAtpublic char charAt(int index) - Specified by:
- charAtin interface- CharSequence
 
- 
subSequence- Specified by:
- subSequencein interface- CharSequence
 
- 
dateValue
- 
byteValuepublic byte byteValue()
- 
shortValuepublic short shortValue()- Specified by:
- shortValuein interface- Value
 
- 
bigDecimalValue- Specified by:
- bigDecimalValuein interface- Value
 
- 
bigIntegerValue- Specified by:
- bigIntegerValuein interface- Value
 
- 
doubleValuepublic double doubleValue()- Specified by:
- doubleValuein interface- Value
 
- 
floatValuepublic float floatValue()- Specified by:
- floatValuein interface- Value
 
 
-