public interface ConverterFactory
Converters for several types instead of using
the Parameter.converter() annotation parameter for each class field.| Modifier and Type | Method and Description |
|---|---|
<T> Class<? extends Converter<T>> |
getConverter(Class<T> classType)
Finds and returns a
Converter for the provided class type. |
Copyright © 2022. All rights reserved.