Uses of Interface
com.github.joschi.jadconfig.ConverterFactory
Packages that use ConverterFactory
Package
Description
-
Uses of ConverterFactory in com.github.joschi.jadconfig
Classes in com.github.joschi.jadconfig that implement ConverterFactoryModifier and TypeClassDescriptionclassConverterFactoryfor holding the defaultConverterclasses.Methods in com.github.joschi.jadconfig that return types with arguments of type ConverterFactoryModifier and TypeMethodDescriptionJadConfig.getConverterFactories()Get an unmodifiable list of registered converter factories.Methods in com.github.joschi.jadconfig with parameters of type ConverterFactoryModifier and TypeMethodDescriptionJadConfig.addConverterFactory(ConverterFactory converterFactory) Adds aConverterFactoryfor processing additional types -
Uses of ConverterFactory in com.github.joschi.jadconfig.guava
Classes in com.github.joschi.jadconfig.guava that implement ConverterFactoryModifier and TypeClassDescriptionclassConverterFactoryfor holding theConverterclasses for Google Guava support. -
Uses of ConverterFactory in com.github.joschi.jadconfig.jodatime
Classes in com.github.joschi.jadconfig.jodatime that implement ConverterFactoryModifier and TypeClassDescriptionclassConverterFactoryfor holding theConverterclasses for Joda-Time support.