public final class CompositeValueClass<T> extends FieldIntrospection<T>
CompositeValue type. The metadata includes:
CompositeValue.Component as well as methods for iterating over
such fields.data| Modifier and Type | Method and Description |
|---|---|
static String |
format(CompositeValue obj) |
static <T> CompositeValueClass<T> |
get(Class<T> type) |
Fields[] |
getAllFields() |
String |
toString() |
getClazz, getDatapublic static <T> CompositeValueClass<T> get(Class<T> type)
public Fields[] getAllFields()
getAllFields in class FieldIntrospection<T>public static String format(CompositeValue obj)