| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectFinder> |
ConfigurableJTransfo.getObjectFinders()
Get the list of
ObjectFinders to allow customization. |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(ObjectFinder objectFinder)
Add the given object finder to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updateObjectFinders(List<ObjectFinder> newObjectFinders)
Update the list of object finders which is used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NewInstanceObjectFinder
Object finder which creates a new object using the no-arguments constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectFinder> |
JTransfoImpl.getObjectFinders() |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransfoImpl.updateObjectFinders(List<ObjectFinder> newObjectFinders) |
Copyright © 2017. All rights reserved.