Uses of Class
org.mapstruct.ap.internal.gem.ReportingPolicyGem
-
Packages that use ReportingPolicyGem 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.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.option Provides access to the options passed to the annotation processor. -
-
Uses of ReportingPolicyGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return ReportingPolicyGem Modifier and Type Method Description static ReportingPolicyGemReportingPolicyGem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportingPolicyGem[]ReportingPolicyGem. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReportingPolicyGem in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ReportingPolicyGem Modifier and Type Method Description private ReportingPolicyGemBeanMappingMethod.Builder. getUnmappedSourcePolicy()private ReportingPolicyGemBeanMappingMethod.Builder. getUnmappedTargetPolicy() -
Uses of ReportingPolicyGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return ReportingPolicyGem Modifier and Type Method Description ReportingPolicyGemDefaultOptions. typeConversionPolicy()ReportingPolicyGemDelegatingOptions. typeConversionPolicy()ReportingPolicyGemMapperConfigOptions. typeConversionPolicy()ReportingPolicyGemMapperOptions. typeConversionPolicy()ReportingPolicyGemDefaultOptions. unmappedSourcePolicy()ReportingPolicyGemDelegatingOptions. unmappedSourcePolicy()ReportingPolicyGemMapperConfigOptions. unmappedSourcePolicy()ReportingPolicyGemMapperOptions. unmappedSourcePolicy()ReportingPolicyGemBeanMappingOptions. unmappedTargetPolicy()ReportingPolicyGemDefaultOptions. unmappedTargetPolicy()ReportingPolicyGemDelegatingOptions. unmappedTargetPolicy()ReportingPolicyGemMapperConfigOptions. unmappedTargetPolicy()ReportingPolicyGemMapperOptions. unmappedTargetPolicy() -
Uses of ReportingPolicyGem in org.mapstruct.ap.internal.option
Fields in org.mapstruct.ap.internal.option declared as ReportingPolicyGem Modifier and Type Field Description private ReportingPolicyGemOptions. unmappedSourcePolicyprivate ReportingPolicyGemOptions. unmappedTargetPolicyMethods in org.mapstruct.ap.internal.option that return ReportingPolicyGem Modifier and Type Method Description ReportingPolicyGemOptions. getUnmappedSourcePolicy()ReportingPolicyGemOptions. getUnmappedTargetPolicy()Constructors in org.mapstruct.ap.internal.option with parameters of type ReportingPolicyGem Constructor Description Options(boolean suppressGeneratorTimestamp, boolean suppressGeneratorVersionComment, ReportingPolicyGem unmappedTargetPolicy, ReportingPolicyGem unmappedSourcePolicy, java.lang.String defaultComponentModel, java.lang.String defaultInjectionStrategy, boolean alwaysGenerateSpi, boolean disableBuilders, boolean verbose)
-