public abstract class AbstractConverterFactory<I,O> extends Object implements ConverterFactory<I,O>
| Modifier and Type | Field and Description |
|---|---|
protected ConvertingTypes |
convertingTypes |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConverterFactory(Class<? super I> from,
Class<? extends O> to) |
protected |
AbstractConverterFactory(ConvertingTypes convertingTypes) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getFromType() |
ConvertingScore |
score(ConvertingTypes targetedTypes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewConverterprotected final ConvertingTypes convertingTypes
protected AbstractConverterFactory(Class<? super I> from, Class<? extends O> to)
protected AbstractConverterFactory(ConvertingTypes convertingTypes)
public ConvertingScore score(ConvertingTypes targetedTypes)
score in interface ConverterFactory<I,O>public Type getFromType()
getFromType in interface ConverterFactory<I,O>Copyright © 2020. All rights reserved.