public class KeyValueWrapper extends Object
| Constructor and Description |
|---|
KeyValueWrapper(Object wrappedObject) |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
arrayForKeyPath(String keyPath) |
Boolean |
booleanForKeyPath(String keyPath) |
Date |
dateForKeyPath(String keyPath,
String datePattern) |
Double |
doubleForKeyPath(String keyPath) |
Float |
floatForKeyPath(String keyPath) |
static Date |
getDateFromISO8601DateString(String dateString) |
Integer |
intForKeyPath(String keyPath) |
Date |
iso8601DateForKeyPath(String keyPath) |
static DateFormat |
iso8601DateFormat() |
Collection<KeyValueWrapper> |
kvwArrayForKeyPath(String keyPath) |
Long |
longForKeyPath(String keyPath) |
Short |
shortForKeyPath(String keyPath) |
String |
stringForKeyPath(String keyPath) |
Object |
valueForKeyPath(String keyPath) |
public KeyValueWrapper(Object wrappedObject)
public static DateFormat iso8601DateFormat()
public <T> Collection<T> arrayForKeyPath(String keyPath)
public Collection<KeyValueWrapper> kvwArrayForKeyPath(String keyPath)
Copyright © 2019. All rights reserved.