Uses of Class
org.mapstruct.ap.internal.model.common.FormattingParameters
Packages that use FormattingParameters
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
Contains all helper classes for the
MapperCreationProcessor-
Uses of FormattingParameters in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type FormattingParametersModifier and TypeMethodDescriptionContainerMappingMethodBuilder.formattingParameters(FormattingParameters formattingParameters) PropertyMapping.ConstantMappingBuilder.formattingParameters(FormattingParameters formattingParameters) PropertyMapping.PropertyMappingBuilder.formattingParameters(FormattingParameters formattingParameters) MappingBuilderContext.MappingResolver.getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger) returns a parameter assignmentMapMappingMethod.Builder.keyFormattingParameters(FormattingParameters keyFormattingParameters) MapMappingMethod.Builder.valueFormattingParameters(FormattingParameters valueFormattingParameters) -
Uses of FormattingParameters in org.mapstruct.ap.internal.model.common
Fields in org.mapstruct.ap.internal.model.common declared as FormattingParametersConstructors in org.mapstruct.ap.internal.model.common with parameters of type FormattingParametersModifierConstructorDescriptionDefaultConversionContext(TypeFactory typeFactory, FormattingMessager messager, Type sourceType, Type targetType, FormattingParameters formattingParameters) -
Uses of FormattingParameters in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return FormattingParametersModifier and TypeMethodDescriptionIterableMappingOptions.getFormattingParameters()MappingOptions.getFormattingParameters()MapMappingOptions.getKeyFormattingParameters()MapMappingOptions.getValueFormattingParameters() -
Uses of FormattingParameters in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation with parameters of type FormattingParametersModifier and TypeMethodDescriptionMappingResolverImpl.getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)