public interface ConversionLookup
ConversionPath between two classes.| Modifier and Type | Method and Description |
|---|---|
<F,T> ConversionPath<F,T> |
findConversion(Class<F> from,
Class<T> to)
Attempt to find a ConversionPath.
|
<F,T> ConversionPath<F,T> findConversion(Class<F> from, Class<T> to)
from - The convert from class.to - The convert to class.Copyright © 2023. All rights reserved.