public abstract class AbstractContextualConverterFactory<I,O> extends Object implements ContextualConverterFactory<I,O>
| Modifier and Type | Field and Description |
|---|---|
protected ConvertingTypes |
convertingTypes |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContextualConverterFactory(Class<? super I> from,
Class<? extends O> to) |
protected |
AbstractContextualConverterFactory(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 AbstractContextualConverterFactory(Class<? super I> from, Class<? extends O> to)
protected AbstractContextualConverterFactory(ConvertingTypes convertingTypes)
public ConvertingScore score(ConvertingTypes targetedTypes)
score in interface ContextualConverterFactory<I,O>public Type getFromType()
getFromType in interface ContextualConverterFactory<I,O>Copyright © 2020. All rights reserved.