Uses of Class
com.github.dozermapper.core.builder.model.jaxb.VariablesDefinition
-
Packages that use VariablesDefinition 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 VariablesDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of VariablesDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELVariablesDefinitionMethods in com.github.dozermapper.core.builder.model.elengine that return VariablesDefinition Modifier and Type Method Description VariablesDefinitionELConfigurationDefinition. withVariables()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type VariablesDefinition Constructor Description ELVariableDefinition(ELEngine elEngine, VariablesDefinition parent)ELVariablesDefinition(ELEngine elEngine, VariablesDefinition copy) -
Uses of VariablesDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as VariablesDefinition Modifier and Type Field Description protected VariablesDefinitionConfigurationDefinition. variablesMethods in com.github.dozermapper.core.builder.model.jaxb that return VariablesDefinition Modifier and Type Method Description VariablesDefinitionVariableDefinition. end()VariablesDefinitionVariableDefinition. getParent()VariablesDefinitionConfigurationDefinition. getVariables()VariablesDefinitionConfigurationDefinition. withVariables()Methods in com.github.dozermapper.core.builder.model.jaxb with parameters of type VariablesDefinition Modifier and Type Method Description protected voidConfigurationDefinition. setVariables(VariablesDefinition variables)Constructors in com.github.dozermapper.core.builder.model.jaxb with parameters of type VariablesDefinition Constructor Description VariableDefinition(VariablesDefinition parent)
-