protected static interface TemplateModelProxyHandler.ModelProxy extends Serializable
| Modifier and Type | Method and Description |
|---|---|
BeanModelType<?> |
$modelType()
Gets the model type definition for this type.
|
void |
$modelType(BeanModelType<?> type)
Sets the model type for this instance.
|
StateNode |
$stateNode()
Gets the state node that this instance is backed by.
|
void |
$stateNode(StateNode node)
Sets the state node that this instance is backed by.
|
StateNode $stateNode()
nullvoid $stateNode(StateNode node)
node - the state node, not nullBeanModelType<?> $modelType()
nullvoid $modelType(BeanModelType<?> type)
type - the model type, not nullCopyright © 2025. All rights reserved.