Uses of Interface
com.github.dozermapper.core.metadata.MappingMetadata
-
Packages that use MappingMetadata Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.metadata Metadata to query the mapping definition -
-
Uses of MappingMetadata in com.github.dozermapper.core
Methods in com.github.dozermapper.core that return MappingMetadata Modifier and Type Method Description MappingMetadataDozerBeanMapper. getMappingMetadata()TheMappingMetadatainterface can be used to query information about the current mapping definitions.default MappingMetadataMapper. getMappingMetadata()TheMappingMetadatainterface can be used to query information about the current mapping definitions. -
Uses of MappingMetadata in com.github.dozermapper.core.metadata
Classes in com.github.dozermapper.core.metadata that implement MappingMetadata Modifier and Type Class Description classDozerMappingMetadataInternal use only.Fields in com.github.dozermapper.core.metadata declared as MappingMetadata Modifier and Type Field Description static MappingMetadataMappingMetadata. EMPTY
-