Package org.mapstruct.ap.internal.option
Class Options
java.lang.Object
org.mapstruct.ap.internal.option.Options
The options passed to the code generator.
- Author:
- Andreas Gudian, Gunnar Morling, Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mapstruct.ap.internal.gem.NullValueMappingStrategyGemorg.mapstruct.ap.internal.gem.NullValueMappingStrategyGemorg.mapstruct.ap.internal.gem.ReportingPolicyGemorg.mapstruct.ap.internal.gem.ReportingPolicyGembooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
Options
-
-
Method Details
-
isSuppressGeneratorTimestamp
public boolean isSuppressGeneratorTimestamp() -
isSuppressGeneratorVersionComment
public boolean isSuppressGeneratorVersionComment() -
getUnmappedTargetPolicy
public org.mapstruct.ap.internal.gem.ReportingPolicyGem getUnmappedTargetPolicy() -
getUnmappedSourcePolicy
public org.mapstruct.ap.internal.gem.ReportingPolicyGem getUnmappedSourcePolicy() -
getDefaultComponentModel
-
getDefaultInjectionStrategy
-
isAlwaysGenerateSpi
public boolean isAlwaysGenerateSpi() -
isDisableBuilders
public boolean isDisableBuilders() -
isVerbose
public boolean isVerbose() -
getNullValueIterableMappingStrategy
public org.mapstruct.ap.internal.gem.NullValueMappingStrategyGem getNullValueIterableMappingStrategy() -
getNullValueMapMappingStrategy
public org.mapstruct.ap.internal.gem.NullValueMappingStrategyGem getNullValueMapMappingStrategy() -
isDisableLifecycleOverloadDeduplicateSelector
public boolean isDisableLifecycleOverloadDeduplicateSelector()
-