Uses of Class
com.github.dozermapper.core.converters.CustomConverterDescription
-
Packages that use CustomConverterDescription Package Description com.github.dozermapper.core.builder.model.elengine ELEngineextension to JAXB modelcom.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitionscom.github.dozermapper.core.converters Convertor extensions based onConvertercom.github.dozermapper.core.loader Mapping definition loader -
-
Uses of CustomConverterDescription in com.github.dozermapper.core.builder.model.elengine
Methods in com.github.dozermapper.core.builder.model.elengine that return CustomConverterDescription Modifier and Type Method Description CustomConverterDescriptionELConverterTypeDefinition. build(BeanContainer beanContainer) -
Uses of CustomConverterDescription in com.github.dozermapper.core.builder.model.jaxb
Methods in com.github.dozermapper.core.builder.model.jaxb that return CustomConverterDescription Modifier and Type Method Description CustomConverterDescriptionConverterTypeDefinition. build(BeanContainer beanContainer)Methods in com.github.dozermapper.core.builder.model.jaxb that return types with arguments of type CustomConverterDescription Modifier and Type Method Description List<CustomConverterDescription>CustomConvertersDefinition. build(BeanContainer beanContainer) -
Uses of CustomConverterDescription in com.github.dozermapper.core.converters
Methods in com.github.dozermapper.core.converters that return types with arguments of type CustomConverterDescription Modifier and Type Method Description List<CustomConverterDescription>CustomConverterContainer. getConverters()Methods in com.github.dozermapper.core.converters with parameters of type CustomConverterDescription Modifier and Type Method Description voidCustomConverterContainer. addConverter(CustomConverterDescription converter)Method parameters in com.github.dozermapper.core.converters with type arguments of type CustomConverterDescription Modifier and Type Method Description voidCustomConverterContainer. setConverters(List<CustomConverterDescription> converters) -
Uses of CustomConverterDescription in com.github.dozermapper.core.loader
Constructors in com.github.dozermapper.core.loader with parameters of type CustomConverterDescription Constructor Description CustomConverterBuilder(CustomConverterDescription converterDescription, BeanContainer beanContainer)
-