Uses of Class
com.github.dozermapper.core.builder.model.jaxb.Relationship
-
Packages that use Relationship Package Description com.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of Relationship in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as Relationship Modifier and Type Field Description protected RelationshipConfigurationDefinition. relationshipTypeprotected RelationshipFieldDefinition. relationshipTypeprotected RelationshipMappingDefinition. relationshipTypeMethods in com.github.dozermapper.core.builder.model.jaxb that return Relationship Modifier and Type Method Description static RelationshipRelationship. fromValue(String value)RelationshipConfigurationDefinition. getRelationshipType()RelationshipFieldDefinition. getRelationshipType()RelationshipMappingDefinition. getRelationshipType()static RelationshipRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship[]Relationship. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.dozermapper.core.builder.model.jaxb with parameters of type Relationship Modifier and Type Method Description protected voidConfigurationDefinition. setRelationshipType(Relationship relationshipType)protected voidFieldDefinition. setRelationshipType(Relationship relationshipType)protected voidMappingDefinition. setRelationshipType(Relationship relationshipType)ConfigurationDefinitionConfigurationDefinition. withRelationshipType(Relationship relationshipType)FieldDefinitionFieldDefinition. withRelationshipType(Relationship relationshipType)MappingDefinitionMappingDefinition. withRelationshipType(Relationship relationshipType)
-