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