F - The from type.public interface Joker<F>
ValueType.| Modifier and Type | Method and Description |
|---|---|
<T> ConversionStep<F,T> |
lastStep(Class<? extends F> from,
Class<T> to,
ConversionLookup conversions)
Provide the final step.
|
<T> ConversionStep<F,T> lastStep(Class<? extends F> from, Class<T> to, ConversionLookup conversions)
T - The to type.from - The from class.to - The to class.conversions - The conversions this Jokers is part of. Useful for
converting content type but be careful of recursion.Copyright © 2023. All rights reserved.