public class ValueContainer
| Constructor and description | 
|---|
| ValueContainer
                                (Object value, Type type, boolean decodeStrings) | 
| ValueContainer
                                (Type type) | 
| ValueContainer
                                (Map<String, Object> map) | 
| ValueContainer
                                (List<Object> list) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | BigDecimal | bigDecimalValue() | 
|  | BigInteger | bigIntegerValue() | 
|  | boolean | booleanValue() | 
|  | byte | byteValue() | 
|  | char | charAt(int index) | 
|  | char | charValue() | 
|  | void | chop() | 
|  | Date | dateValue() | 
|  | double | doubleValue() | 
|  | float | floatValue() | 
|  | int | intValue() | 
|  | boolean | isContainer() | 
|  | int | length() | 
|  | long | longValue() | 
|  | short | shortValue() | 
|  | String | stringValue() | 
|  | String | stringValueEncoded() | 
|  | CharSequence | subSequence(int start, int end) | 
| <T extends Enum> | T | toEnum(Class<T> cls) | 
|  | String | toString() | 
|  | Object | toValue() | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.