Uses of Class
org.mapstruct.ap.internal.gem.NullValuePropertyMappingStrategyGem
-
Packages that use NullValuePropertyMappingStrategyGem 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 Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.assignment Meta-model of assignments.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of NullValuePropertyMappingStrategyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return NullValuePropertyMappingStrategyGem Modifier and Type Method Description static NullValuePropertyMappingStrategyGemNullValuePropertyMappingStrategyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NullValuePropertyMappingStrategyGem[]NullValuePropertyMappingStrategyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NullValuePropertyMappingStrategyGem in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as NullValuePropertyMappingStrategyGem Modifier and Type Field Description private NullValuePropertyMappingStrategyGemCollectionAssignmentBuilder. nvpmsprivate NullValuePropertyMappingStrategyGemPropertyMapping.PropertyMappingBuilder. nvpmsMethods in org.mapstruct.ap.internal.model with parameters of type NullValuePropertyMappingStrategyGem Modifier and Type Method Description CollectionAssignmentBuilderCollectionAssignmentBuilder. nullValuePropertyMappingStrategy(NullValuePropertyMappingStrategyGem nvpms) -
Uses of NullValuePropertyMappingStrategyGem in org.mapstruct.ap.internal.model.assignment
Constructors in org.mapstruct.ap.internal.model.assignment with parameters of type NullValuePropertyMappingStrategyGem Constructor Description ExistingInstanceSetterWrapperForCollectionsAndMaps(Assignment decoratedAssignment, java.util.List<Type> thrownTypesToExclude, Type targetType, NullValueCheckStrategyGem nvcs, NullValuePropertyMappingStrategyGem nvpms, TypeFactory typeFactory, boolean fieldAssignment) -
Uses of NullValuePropertyMappingStrategyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return NullValuePropertyMappingStrategyGem Modifier and Type Method Description NullValuePropertyMappingStrategyGemBeanMappingOptions. getNullValuePropertyMappingStrategy()NullValuePropertyMappingStrategyGemDefaultOptions. getNullValuePropertyMappingStrategy()NullValuePropertyMappingStrategyGemDelegatingOptions. getNullValuePropertyMappingStrategy()NullValuePropertyMappingStrategyGemMapperConfigOptions. getNullValuePropertyMappingStrategy()NullValuePropertyMappingStrategyGemMapperOptions. getNullValuePropertyMappingStrategy()NullValuePropertyMappingStrategyGemMappingOptions. getNullValuePropertyMappingStrategy()
-