Uses of Class
com.github.dozermapper.core.builder.model.jaxb.ConfigurationDefinition
-
Packages that use ConfigurationDefinition Package Description com.github.dozermapper.core.builder.fluent Build mappings via Java Fluent APIcom.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 ConfigurationDefinition in com.github.dozermapper.core.builder.fluent
Methods in com.github.dozermapper.core.builder.fluent that return ConfigurationDefinition Modifier and Type Method Description protected ConfigurationDefinitionBeanMappingsFluentBuilder. configuration() -
Uses of ConfigurationDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of ConfigurationDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELConfigurationDefinitionDefault values that are applied to all mappings.Methods in com.github.dozermapper.core.builder.model.elengine that return ConfigurationDefinition Modifier and Type Method Description ConfigurationDefinitionELMappingsDefinition. withConfiguration()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type ConfigurationDefinition Constructor Description ELAllowedExceptionsDefinition(ELEngine elEngine, ConfigurationDefinition parent)ELConfigurationDefinition(ELEngine elEngine, ConfigurationDefinition copy)ELCopyByReferencesDefinition(ELEngine elEngine, ConfigurationDefinition parent)ELCustomConvertersDefinition(ELEngine elEngine, ConfigurationDefinition parent)ELVariablesDefinition(ELEngine elEngine, ConfigurationDefinition parent) -
Uses of ConfigurationDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as ConfigurationDefinition Modifier and Type Field Description protected ConfigurationDefinitionMappingsDefinition. configurationMethods in com.github.dozermapper.core.builder.model.jaxb with parameters of type ConfigurationDefinition Modifier and Type Method Description protected voidMappingsDefinition. setConfiguration(ConfigurationDefinition configuration)Constructors in com.github.dozermapper.core.builder.model.jaxb with parameters of type ConfigurationDefinition Constructor Description AllowedExceptionsDefinition(ConfigurationDefinition parent)CopyByReferencesDefinition(ConfigurationDefinition parent)CustomConvertersDefinition(ConfigurationDefinition parent)VariablesDefinition(ConfigurationDefinition parent)
-