Uses of Class
org.mapstruct.ap.internal.gem.NullValueCheckStrategyGem
-
Packages that use NullValueCheckStrategyGem 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 NullValueCheckStrategyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return NullValueCheckStrategyGem Modifier and Type Method Description static NullValueCheckStrategyGemNullValueCheckStrategyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NullValueCheckStrategyGem[]NullValueCheckStrategyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NullValueCheckStrategyGem in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as NullValueCheckStrategyGem Modifier and Type Field Description private NullValueCheckStrategyGemCollectionAssignmentBuilder. nvcsprivate NullValueCheckStrategyGemPropertyMapping.PropertyMappingBuilder. nvcsMethods in org.mapstruct.ap.internal.model with parameters of type NullValueCheckStrategyGem Modifier and Type Method Description CollectionAssignmentBuilderCollectionAssignmentBuilder. nullValueCheckStrategy(NullValueCheckStrategyGem nvcs) -
Uses of NullValueCheckStrategyGem in org.mapstruct.ap.internal.model.assignment
Constructors in org.mapstruct.ap.internal.model.assignment with parameters of type NullValueCheckStrategyGem Constructor Description ExistingInstanceSetterWrapperForCollectionsAndMaps(Assignment decoratedAssignment, java.util.List<Type> thrownTypesToExclude, Type targetType, NullValueCheckStrategyGem nvcs, NullValuePropertyMappingStrategyGem nvpms, TypeFactory typeFactory, boolean fieldAssignment) -
Uses of NullValueCheckStrategyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return NullValueCheckStrategyGem Modifier and Type Method Description NullValueCheckStrategyGemBeanMappingOptions. getNullValueCheckStrategy()NullValueCheckStrategyGemDefaultOptions. getNullValueCheckStrategy()NullValueCheckStrategyGemDelegatingOptions. getNullValueCheckStrategy()NullValueCheckStrategyGemMapperConfigOptions. getNullValueCheckStrategy()NullValueCheckStrategyGemMapperOptions. getNullValueCheckStrategy()NullValueCheckStrategyGemMappingOptions. getNullValueCheckStrategy()
-