Uses of Class
org.mapstruct.ap.internal.model.common.FormattingParameters
-
Packages that use FormattingParameters Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of FormattingParameters in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as FormattingParameters Modifier and Type Field Description private FormattingParametersContainerMappingMethodBuilder. formattingParametersprivate FormattingParametersPropertyMapping.ConstantMappingBuilder. formattingParametersprivate FormattingParametersPropertyMapping.PropertyMappingBuilder. formattingParametersprivate FormattingParametersMapMappingMethod.Builder. keyFormattingParametersprivate FormattingParametersMapMappingMethod.Builder. valueFormattingParametersMethods in org.mapstruct.ap.internal.model with parameters of type FormattingParameters Modifier and Type Method Description BContainerMappingMethodBuilder. formattingParameters(FormattingParameters formattingParameters)PropertyMapping.ConstantMappingBuilderPropertyMapping.ConstantMappingBuilder. formattingParameters(FormattingParameters formattingParameters)PropertyMapping.PropertyMappingBuilderPropertyMapping.PropertyMappingBuilder. formattingParameters(FormattingParameters formattingParameters)AssignmentMappingBuilderContext.MappingResolver. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)returns a parameter assignmentMapMappingMethod.BuilderMapMappingMethod.Builder. keyFormattingParameters(FormattingParameters keyFormattingParameters)MapMappingMethod.BuilderMapMappingMethod.Builder. valueFormattingParameters(FormattingParameters valueFormattingParameters) -
Uses of FormattingParameters in org.mapstruct.ap.internal.model.common
Fields in org.mapstruct.ap.internal.model.common declared as FormattingParameters Modifier and Type Field Description static FormattingParametersFormattingParameters. EMPTYprivate FormattingParametersDefaultConversionContext. formattingParametersConstructors in org.mapstruct.ap.internal.model.common with parameters of type FormattingParameters Constructor Description DefaultConversionContext(TypeFactory typeFactory, FormattingMessager messager, Type sourceType, Type targetType, FormattingParameters formattingParameters) -
Uses of FormattingParameters in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as FormattingParameters Modifier and Type Field Description private FormattingParametersIterableMappingOptions. formattingParametersprivate FormattingParametersMappingOptions. formattingParametersprivate FormattingParametersMapMappingOptions. keyFormattingParametersprivate FormattingParametersMapMappingOptions. valueFormattingParametersMethods in org.mapstruct.ap.internal.model.source that return FormattingParameters Modifier and Type Method Description FormattingParametersIterableMappingOptions. getFormattingParameters()FormattingParametersMappingOptions. getFormattingParameters()FormattingParametersMapMappingOptions. getKeyFormattingParameters()FormattingParametersMapMappingOptions. getValueFormattingParameters()Constructors in org.mapstruct.ap.internal.model.source with parameters of type FormattingParameters Constructor Description IterableMappingOptions(FormattingParameters formattingParameters, SelectionParameters selectionParameters, IterableMappingGem iterableMapping, DelegatingOptions next)MapMappingOptions(FormattingParameters keyFormatting, SelectionParameters keySelectionParameters, FormattingParameters valueFormatting, SelectionParameters valueSelectionParameters, MapMappingGem mapMapping, DelegatingOptions next)MappingOptions(java.lang.String targetName, javax.lang.model.element.Element element, javax.lang.model.element.AnnotationValue targetAnnotationValue, java.lang.String sourceName, javax.lang.model.element.AnnotationValue sourceAnnotationValue, java.lang.String constant, java.lang.String javaExpression, java.lang.String defaultJavaExpression, java.lang.String conditionJavaExpression, java.lang.String defaultValue, boolean isIgnored, FormattingParameters formattingParameters, SelectionParameters selectionParameters, java.util.Set<java.lang.String> dependsOn, MappingGem mapping, MappingOptions.InheritContext inheritContext, DelegatingOptions next) -
Uses of FormattingParameters in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation declared as FormattingParameters Modifier and Type Field Description private FormattingParametersMappingResolverImpl.ResolvingAttempt. formattingParametersMethods in org.mapstruct.ap.internal.processor.creation with parameters of type FormattingParameters Modifier and Type Method Description AssignmentMappingResolverImpl. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)Constructors in org.mapstruct.ap.internal.processor.creation with parameters of type FormattingParameters Constructor Description ResolvingAttempt(java.util.List<Method> sourceModel, Method mappingMethod, ForgedMethodHistory description, FormattingParameters formattingParameters, SourceRHS sourceRHS, SelectionCriteria criteria, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger, java.util.List<BuiltInMethod> builtIns, FormattingMessager messager, boolean verboseLogging)
-