| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
List<ClassReplacer> |
ConfigurableJTransfo.getClassReplacers()
Get the list of
ClassReplacers to allow customization. |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ClassReplacer classReplacer)
Add the given class replacer to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updateClassReplacers(List<ClassReplacer> newClassReplacers)
Update the list of class replacers which is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassReplacer> |
JTransfoImpl.getClassReplacers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToHelper.setClassReplacer(ClassReplacer classReplacer)
Set the
ClassReplacer which combines the configured class replacers for this jTransfo instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransfoImpl.updateClassReplacers(List<ClassReplacer> newClassReplacers) |
Copyright © 2019. All rights reserved.