public static interface ConversionStack.Element
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBefore()
The object before.
|
java.lang.Object |
getConverted()
The converted object.
|
java.lang.Class<?> |
getFromClass()
The from class.
|
java.lang.Class<?> |
getToClass()
The to class
|