| Package | Description |
|---|---|
| org.smooks.cartridges.javabean.binding | |
| org.smooks.cartridges.javabean.binding.model.get | |
| org.smooks.cartridges.javabean.binding.xml |
| Modifier and Type | Method and Description |
|---|---|
Object |
SerializationContext.getValue(Getter getter) |
Object |
SerializationContext.getValue(String contextObjectName,
Getter getter) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanGetter<T>
Bean getter method.
|
class |
ConstantGetter
Constant value getter.
|
class |
GetterGraph<T>
Getter Graph.
|
class |
MapGetter<T extends Map>
Map getter. |
| Modifier and Type | Field and Description |
|---|---|
protected List<Getter> |
GetterGraph.graph |
| Modifier and Type | Method and Description |
|---|---|
protected Getter |
GetterGraph.toGetter(Bean bean,
Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
protected GetterGraph |
GetterGraph.add(Getter getter) |
| Modifier and Type | Field and Description |
|---|---|
protected Getter |
XMLSerializationNode.NodeGetter.getter |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSerializationNode.setGetter(Getter getter) |
| Constructor and Description |
|---|
NodeGetter(Getter getter) |
NodeGetter(String contextObjectName,
Getter getter) |
Copyright © 2024. All rights reserved.