T - the proxy type used by this typepublic interface ComplexModelType<T> extends ModelType
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Method and Description |
|---|---|
StateNode |
applicationToModel(Object applicationValue,
PropertyFilter filter)
Creates a model value representation of the provided application value.
|
<C> ComplexModelType<C> |
cast(Class<C> proxyType)
Checks that this type uses the provided proxy type and returns this type
as a model type with that proxy type.
|
accepts, createInitialValue, getJavaType, getSupportedTypesString, modelToApplication, toJsonStateNode applicationToModel(Object applicationValue, PropertyFilter filter)
ModelTypeFor application values that contain properties (i.e. beans), the provided filter is used to determine which properties from the bean should be included in the model representation.
applicationToModel in interface ModelTypeapplicationValue - the user value to convertfilter - the filter to use to determine which properties to include,
not null<C> ComplexModelType<C> cast(Class<C> proxyType)
C - the proxy typeproxyType - the proxy type to cast toCopyright © 2025. All rights reserved.