| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurableJTransfo |
JTransfoFactory.get()
Get a
ConfigurableJTransfo instance which can be configured further. |
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ConvertInterceptor convertInterceptor)
Add the given convert interceptor to this JTransfo instance.
|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ObjectFinder objectFinder)
Add the given object finder to this JTransfo instance.
|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ObjectReplacer objectReplacer)
Add the given object replacer to this JTransfo instance.
|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(TypeConverter typeConverter)
Add the given type converter to this JTransfo instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JTransfoImpl
jTransfo main access point standard implementation.
|
Copyright © 2017. All rights reserved.