| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
List<PostConverter> |
ConfigurableJTransfo.getPostConverters()
Get the set of postconverters which are used by this jTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(PostConverter postConverter)
Add the given postconverter to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updatePostConverters(List<PostConverter> newConverters)
Update the list of type converters which is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<PostConverter> |
JTransfoImpl.getPostConverters() |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransfoImpl.updatePostConverters(List<PostConverter> newConverters) |
Copyright © 2017. All rights reserved.