public class DynamicMapComponentTuplizer extends AbstractComponentTuplizer
A ComponentTuplizer specific to the dynamic-map entity mode.
hasParentPropertygetters, hasCustomAccessors, instantiator, propertySpan, setters| Constructor and Description |
|---|
DynamicMapComponentTuplizer(Component component) |
| Modifier and Type | Method and Description |
|---|---|
protected Getter |
buildGetter(Component component,
Property prop) |
protected Instantiator |
buildInstantiator(Component component) |
protected Setter |
buildSetter(Component component,
Property prop) |
Class |
getMappedClass()
Return the pojo class managed by this tuplizer.
|
getGetter, getParent, getPropertyValue, getPropertyValues, hasParentProperty, instantiate, isInstance, isMethodOf, setComponentClass, setParent, setPropertyValuespublic DynamicMapComponentTuplizer(Component component)
public Class getMappedClass()
TuplizerReturn the pojo class managed by this tuplizer. </p> Need to determine how to best handle this for the Tuplizers for EntityModes other than POJO. </p> todo : be really nice to not have this here since it is essentially pojo specific…
protected Instantiator buildInstantiator(Component component)
buildInstantiator in class AbstractComponentTuplizerprotected Getter buildGetter(Component component, Property prop)
buildGetter in class AbstractComponentTuplizerprotected Setter buildSetter(Component component, Property prop)
buildSetter in class AbstractComponentTuplizerCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.