Package com.github.joschi.jadconfig
Interface ConverterFactory
- All Known Implementing Classes:
DefaultConverterFactory,GuavaConverterFactory,JodaTimeConverterFactory
public interface ConverterFactory
Interface for converter factories
A converter factory can be used to provider
Converters for several types instead of using
the Parameter.converter() annotation parameter for each class field.- Author:
- jschalanda
-
Method Summary
Modifier and TypeMethodDescriptiongetConverter(Class<T> classType) Finds and returns aConverterfor the provided class type.