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 | 
|---|---|---|
|  | public BigDecimal | bigDecimalValue() | 
|  | public BigInteger | bigIntegerValue() | 
|  | public boolean | booleanValue() | 
|  | public byte | byteValue() | 
|  | public char | charAt(int index) | 
|  | public char | charValue() | 
|  | public void | chop() | 
|  | public Date | dateValue() | 
|  | public double | doubleValue() | 
|  | public float | floatValue() | 
|  | public int | intValue() | 
|  | public boolean | isContainer() | 
|  | public int | length() | 
|  | public long | longValue() | 
|  | public short | shortValue() | 
|  | public String | stringValue() | 
|  | public String | stringValueEncoded() | 
|  | public CharSequence | subSequence(int start, int end) | 
| <T extends Enum> | public T | toEnum(Class<T> cls) | 
|  | public String | toString() | 
|  | public Object | toValue() | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.