public static interface ConversionStack.Element
| Modifier and Type | Method and Description |
|---|---|
Object |
getBefore()
The object before.
|
Object |
getConverted()
The converted object.
|
Class<?> |
getFromClass()
The from class.
|
Class<?> |
getToClass()
The to class
|
Copyright © 2023. All rights reserved.