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()
null
void $stateNode(StateNode node)
node
- the state node, not null
BeanModelType<?> $modelType()
null
void $modelType(BeanModelType<?> type)
type
- the model type, not null
Copyright © 2025. All rights reserved.