public final class MapperReflectionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Class<T> |
getConverterTargetType(Object converter)
Get class for the runtime target type parameter of a converter
|
public static <T> Class<T> getConverterTargetType(Object converter) throws InterfaceParameterClassNotFoundException
T
- the target converter typeconverter
- a converter, must have at least one generic interface with 2 type parametersInterfaceParameterClassNotFoundException
- if the class of the parameter type on the specified position
cannot be determined or is not foundCopyright © 2025 Picodata. All rights reserved.