Uses of Class
com.github.dozermapper.core.builder.model.jaxb.VariableDefinition
-
Packages that use VariableDefinition 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 VariableDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of VariableDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELVariableDefinitionMethods in com.github.dozermapper.core.builder.model.elengine that return VariableDefinition Modifier and Type Method Description VariableDefinitionELVariablesDefinition. withVariable()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type VariableDefinition Constructor Description ELVariableDefinition(ELEngine elEngine, VariableDefinition copy) -
Uses of VariableDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb with type parameters of type VariableDefinition Modifier and Type Field Description protected List<VariableDefinition>VariablesDefinition. variablesMethods in com.github.dozermapper.core.builder.model.jaxb that return VariableDefinition Modifier and Type Method Description VariableDefinitionVariableDefinition. withClazz(String clazz)VariableDefinitionVariableDefinition. withName(String value)VariableDefinitionVariablesDefinition. withVariable()Methods in com.github.dozermapper.core.builder.model.jaxb that return types with arguments of type VariableDefinition Modifier and Type Method Description List<VariableDefinition>VariablesDefinition. getVariables()Method parameters in com.github.dozermapper.core.builder.model.jaxb with type arguments of type VariableDefinition Modifier and Type Method Description protected voidVariablesDefinition. setVariables(List<VariableDefinition> variables)
-