Uses of Class
com.github.dozermapper.core.builder.model.jaxb.CustomConvertersDefinition
-
Packages that use CustomConvertersDefinition 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 definitions -
-
Uses of CustomConvertersDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of CustomConvertersDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELCustomConvertersDefinitionMethods in com.github.dozermapper.core.builder.model.elengine that return CustomConvertersDefinition Modifier and Type Method Description CustomConvertersDefinitionELConfigurationDefinition. withCustomConverters()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type CustomConvertersDefinition Constructor Description ELConverterTypeDefinition(ELEngine elEngine, CustomConvertersDefinition parent)ELCustomConvertersDefinition(ELEngine elEngine, CustomConvertersDefinition copy) -
Uses of CustomConvertersDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as CustomConvertersDefinition Modifier and Type Field Description protected CustomConvertersDefinitionConfigurationDefinition. customConvertersMethods in com.github.dozermapper.core.builder.model.jaxb that return CustomConvertersDefinition Modifier and Type Method Description CustomConvertersDefinitionConverterTypeDefinition. end()CustomConvertersDefinitionConfigurationDefinition. getCustomConverters()CustomConvertersDefinitionConverterTypeDefinition. getParent()CustomConvertersDefinitionConfigurationDefinition. withCustomConverters()Methods in com.github.dozermapper.core.builder.model.jaxb with parameters of type CustomConvertersDefinition Modifier and Type Method Description protected voidConfigurationDefinition. setCustomConverters(CustomConvertersDefinition customConverters)Constructors in com.github.dozermapper.core.builder.model.jaxb with parameters of type CustomConvertersDefinition Constructor Description ConverterTypeDefinition(CustomConvertersDefinition parent)
-