M - model typepublic abstract class AbstractWrapper<M> extends java.lang.Object implements FieldModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FieldInfo> |
fieldInfos |
protected M |
model |
| Constructor and Description |
|---|
AbstractWrapper(java.util.List<FieldInfo> fieldInfos,
M model) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldInfo> |
getFieldInfos()
Returns all the
FieldInfo for this model |
M |
getModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clear, get, get, getAsString, getAsString, getFieldIds, info, parallelStream, set, set, setAll, setAsString, setAsString, spliterator, streamgetTypeAdapterRegistryprotected final java.util.List<FieldInfo> fieldInfos
protected final M model
public M getModel()
public java.util.List<FieldInfo> getFieldInfos()
FieldModelFieldInfo for this modelgetFieldInfos in interface FieldModel