Uses of Class
org.mapstruct.ap.internal.gem.MappingInheritanceStrategyGem
-
Packages that use MappingInheritanceStrategyGem Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of MappingInheritanceStrategyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return MappingInheritanceStrategyGem Modifier and Type Method Description static MappingInheritanceStrategyGemMappingInheritanceStrategyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MappingInheritanceStrategyGem[]MappingInheritanceStrategyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MappingInheritanceStrategyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return MappingInheritanceStrategyGem Modifier and Type Method Description MappingInheritanceStrategyGemDefaultOptions. getMappingInheritanceStrategy()MappingInheritanceStrategyGemDelegatingOptions. getMappingInheritanceStrategy()MappingInheritanceStrategyGemMapperConfigOptions. getMappingInheritanceStrategy()MappingInheritanceStrategyGemMapperOptions. getMappingInheritanceStrategy()
-