| Package | Description |
|---|---|
| com.cloudhopper.commons.util |
| Modifier and Type | Method and Description |
|---|---|
protected static MetaFieldInfo[] |
MetaFieldUtil.internalToMetaFieldInfoArray(Class type,
Object obj,
String preFieldName,
String postFieldName,
String stringForNullValues,
boolean ignoreAnnotatedName,
boolean recursive)
Optionally, recursively returns a new MetaFieldInfo array of all Fields
annotated with MetaField in the object.
|
static MetaFieldInfo[] |
MetaFieldUtil.toMetaFieldInfoArray(Class type,
Object obj,
String stringForNullValues,
boolean ignoreAnnotatedName,
boolean recursive)
Returns a new MetaFieldInfo array of all Fields annotated with MetaField
in the object type.
|
static MetaFieldInfo[] |
MetaFieldUtil.toMetaFieldInfoArray(Object obj)
Returns a new MetaFieldInfo array of all Fields annotated with MetaField
in the runtime object type.
|
static MetaFieldInfo[] |
MetaFieldUtil.toMetaFieldInfoArray(Object obj,
String stringForNullValues)
Returns a new MetaFieldInfo array of all Fields annotated with MetaField
in the runtime object type.
|
static MetaFieldInfo[] |
MetaFieldUtil.toMetaFieldInfoArray(Object obj,
String stringForNullValues,
boolean ignoreAnnotatedName)
Returns a new MetaFieldInfo array of all Fields annotated with MetaField
in the runtime object type.
|
Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.