| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
List<ConvertInterceptor> |
ConfigurableJTransfo.getConvertInterceptors()
Get the list of
ConvertInterceptors to allow customization. |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ConvertInterceptor convertInterceptor)
Add the given convert interceptor to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updateConvertInterceptors(List<ConvertInterceptor> newConvertInterceptors)
Update the list of convert interceptors which is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConvertInterceptor> |
JTransfoImpl.getConvertInterceptors()
Get the list of
ConvertInterceptors to allow customization. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransfoImpl.updateConvertInterceptors(List<ConvertInterceptor> newConvertInterceptors)
Update the list of convert interceptors which is used.
|
| Constructor and Description |
|---|
ConvertInterceptorChainPiece(ConvertInterceptor interceptor,
ConvertSourceTarget next)
Constructor.
|
Copyright © 2017. All rights reserved.