public class RendererMeta extends Object
Constructor and Description |
---|
RendererMeta(EventType eventType,
Stack<EventTypePropertyPair> stack,
RendererMetaOptions options)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
GetterPair[] |
getIndexProperties()
Returns index properties.
|
GetterPair[] |
getMappedProperties()
Returns mapped properties.
|
NestedGetterPair[] |
getNestedProperties()
Returns nested properties.
|
GetterPair[] |
getSimpleProperties()
Returns simple properties.
|
public RendererMeta(EventType eventType, Stack<EventTypePropertyPair> stack, RendererMetaOptions options)
eventType
- to renderstack
- the stack of properties to avoid loopingoptions
- rendering optionspublic GetterPair[] getSimpleProperties()
public GetterPair[] getIndexProperties()
public NestedGetterPair[] getNestedProperties()
public GetterPair[] getMappedProperties()