Uses of Class
org.mapstruct.ap.internal.gem.SubclassExhaustiveStrategyGem
-
Packages that use SubclassExhaustiveStrategyGem 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 SubclassExhaustiveStrategyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return SubclassExhaustiveStrategyGem Modifier and Type Method Description static SubclassExhaustiveStrategyGemSubclassExhaustiveStrategyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubclassExhaustiveStrategyGem[]SubclassExhaustiveStrategyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SubclassExhaustiveStrategyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return SubclassExhaustiveStrategyGem Modifier and Type Method Description SubclassExhaustiveStrategyGemBeanMappingOptions. getSubclassExhaustiveStrategy()SubclassExhaustiveStrategyGemDefaultOptions. getSubclassExhaustiveStrategy()SubclassExhaustiveStrategyGemDelegatingOptions. getSubclassExhaustiveStrategy()SubclassExhaustiveStrategyGemMapperConfigOptions. getSubclassExhaustiveStrategy()SubclassExhaustiveStrategyGemMapperOptions. getSubclassExhaustiveStrategy()
-