public abstract class AbstractMultiFormatContextualConverterFactory<I,O> extends AbstractContextualConverterFactory<I,O>
convertingTypes| Constructor and Description |
|---|
AbstractMultiFormatContextualConverterFactory(Class<I> from,
Class<O> to) |
| Modifier and Type | Method and Description |
|---|---|
ContextualConverter<? super I,? extends O> |
newConverter(ConvertingTypes targetedTypes,
ContextFactoryBuilder contextFactoryBuilder,
Object... params) |
protected abstract ContextualConverter<I,O> |
newConverter(DateTimeFormatter formatter) |
getFromType, scorepublic ContextualConverter<? super I,? extends O> newConverter(ConvertingTypes targetedTypes, ContextFactoryBuilder contextFactoryBuilder, Object... params)
protected abstract ContextualConverter<I,O> newConverter(DateTimeFormatter formatter)
Copyright © 2020. All rights reserved.