Uses of Class
org.mapstruct.ap.internal.gem.MappingControlUseGem
-
Packages that use MappingControlUseGem Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way. -
-
Uses of MappingControlUseGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return MappingControlUseGem Modifier and Type Method Description static MappingControlUseGemMappingControlUseGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MappingControlUseGem[]MappingControlUseGem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-