Uses of Interface
org.simpleflatmapper.converter.ContextualConverterFactory
Packages that use ContextualConverterFactory
-
Uses of ContextualConverterFactory in org.simpleflatmapper.converter
Classes in org.simpleflatmapper.converter that implement ContextualConverterFactoryModifier and TypeClassDescriptionclassclassclassMethods in org.simpleflatmapper.converter with parameters of type ContextualConverterFactoryModifier and TypeMethodDescriptionprotected <I,O> void AbstractContextualConverterFactoryProducer.factoryConverter(org.simpleflatmapper.util.Consumer<? super ContextualConverterFactory<?, ?>> consumer, ContextualConverterFactory<?, ?> converterFactory) Method parameters in org.simpleflatmapper.converter with type arguments of type ContextualConverterFactoryModifier and TypeMethodDescriptionprotected <I,O> void AbstractContextualConverterFactoryProducer.constantConverter(org.simpleflatmapper.util.Consumer<? super ContextualConverterFactory<?, ?>> consumer, Class<I> from, Class<O> to, ContextualConverter<I, O> converter) protected <I,O> void AbstractContextualConverterFactoryProducer.factoryConverter(org.simpleflatmapper.util.Consumer<? super ContextualConverterFactory<?, ?>> consumer, ContextualConverterFactory<?, ?> converterFactory) -
Uses of ContextualConverterFactory in org.simpleflatmapper.converter.impl
Method parameters in org.simpleflatmapper.converter.impl with type arguments of type ContextualConverterFactoryModifier and TypeMethodDescriptionvoidJavaBaseConverterFactoryProducer.produce(org.simpleflatmapper.util.Consumer<? super ContextualConverterFactory<?, ?>> consumer) -
Uses of ContextualConverterFactory in org.simpleflatmapper.converter.impl.time
Classes in org.simpleflatmapper.converter.impl.time that implement ContextualConverterFactoryMethod parameters in org.simpleflatmapper.converter.impl.time with type arguments of type ContextualConverterFactoryModifier and TypeMethodDescriptionvoidJavaTimeConverterFactoryProducer.produce(org.simpleflatmapper.util.Consumer<? super ContextualConverterFactory<?, ?>> consumer)