| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReplacer> |
ConfigurableJTransfo.getObjectReplacers()
Get the list of
ObjectReplacers to allow customization. |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ObjectReplacer objectReplacer)
Add the given object replacer to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updateObjectReplacers(List<ObjectReplacer> newObjectReplacers)
Update the list of object replacers which is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReplacer> |
JTransfoImpl.getObjectReplacers() |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransfoImpl.updateObjectReplacers(List<ObjectReplacer> newObjectReplacers) |
Copyright © 2017. All rights reserved.