Package org.simpleflatmapper.converter
Class AbstractConverterFactory<I,O>
java.lang.Object
org.simpleflatmapper.converter.AbstractConverterFactory<I,O>
- All Implemented Interfaces:
ConverterFactory<I,O>
- Direct Known Subclasses:
ConstantConverterFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractConverterFactory(Class<? super I> from, Class<? extends O> to) protectedAbstractConverterFactory(ConvertingTypes convertingTypes) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.simpleflatmapper.converter.ConverterFactory
newConverter
-
Field Details
-
convertingTypes
-
-
Constructor Details
-
AbstractConverterFactory
-
AbstractConverterFactory
-
-
Method Details
-
score
- Specified by:
scorein interfaceConverterFactory<I,O>
-
getFromType
- Specified by:
getFromTypein interfaceConverterFactory<I,O>
-