Uses of Class
com.github.dozermapper.core.builder.model.jaxb.ClassDefinition
-
Packages that use ClassDefinition 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 ClassDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of ClassDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELClassDefinitionSpecifies one of the classes in the mapping definition.Methods in com.github.dozermapper.core.builder.model.elengine that return ClassDefinition Modifier and Type Method Description ClassDefinitionELConverterTypeDefinition. withClassA()ClassDefinitionELConverterTypeDefinition. withClassB()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type ClassDefinition Constructor Description ELClassDefinition(ELEngine elEngine, ClassDefinition copy) -
Uses of ClassDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as ClassDefinition Modifier and Type Field Description protected ClassDefinitionConverterTypeDefinition. classAprotected ClassDefinitionMappingDefinition. classAprotected ClassDefinitionConverterTypeDefinition. classBprotected ClassDefinitionMappingDefinition. classBMethods in com.github.dozermapper.core.builder.model.jaxb with parameters of type ClassDefinition Modifier and Type Method Description protected voidConverterTypeDefinition. setClassA(ClassDefinition classA)protected voidMappingDefinition. setClassA(ClassDefinition classA)protected voidConverterTypeDefinition. setClassB(ClassDefinition classB)protected voidMappingDefinition. setClassB(ClassDefinition classB)
-