Uses of Class
org.mapstruct.ap.internal.model.common.Parameter
-
Packages that use Parameter Package Description org.mapstruct.ap.internal.conversion Provides built-in conversions between primitive and wrapper types, strings, dates etc.org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethodorg.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.model.source.builtin Contains "built-in methods" which may be added as private methods to a generated mapper.org.mapstruct.ap.internal.model.source.selector Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another or instantiating the target type of a mapping method, respectively.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
Uses of Parameter in org.mapstruct.ap.internal.conversion
Fields in org.mapstruct.ap.internal.conversion declared as Parameter Modifier and Type Field Description private ParameterCreateDecimalFormat. parameterMethods in org.mapstruct.ap.internal.conversion that return Parameter Modifier and Type Method Description ParameterCreateDecimalFormat. getParameter() -
Uses of Parameter in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as Parameter Modifier and Type Field Description private ParameterForgedMethod. mappingTargetParameterprivate ParameterMethodReference. providingParameterprivate ParameterIterableCreation. sourceParameterprivate ParameterMappingMethod. targetParameterFields in org.mapstruct.ap.internal.model with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>ForgedMethod. contextParametersprivate java.util.Map<Parameter,java.util.Set<MappingReference>>NestedTargetPropertyMappingHolder.GroupedBySourceParameters. groupedBySourceParameterprivate java.util.List<Parameter>ForgedMethod. parametersprivate java.util.List<Parameter>MappingMethod. parametersprivate java.util.List<Parameter>NestedTargetPropertyMappingHolder. processedSourceParametersprivate java.util.List<Parameter>ForgedMethod. sourceParametersprivate java.util.List<Parameter>MappingMethod. sourceParametersprivate java.util.List<Parameter>MethodReference. sourceParametersprivate java.util.Set<Parameter>BeanMappingMethod.Builder. unprocessedSourceParametersMethods in org.mapstruct.ap.internal.model that return Parameter Modifier and Type Method Description ParameterForgedMethod. getMappingTargetParameter()ParameterHelperMethod. getMappingTargetParameter()mapping target parameter mechanism not supported for built-in methodsabstract ParameterHelperMethod. getParameter()There's currently only one parameter foreseen instead of a list of parameterParameterMethodReference. getProvidingParameter()ParameterContainerMappingMethod. getSourceParameter()ParameterIterableCreation. getSourceParameter()ParameterMapMappingMethod. getSourceParameter()ParameterNestedPropertyMappingMethod. getSourceParameter()ParameterValueMappingMethod. getSourceParameter()ParameterForgedMethod. getTargetTypeParameter()ParameterHelperMethod. getTargetTypeParameter()target type parameter mechanism not supported for built-in methodsMethods in org.mapstruct.ap.internal.model that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>ForgedMethod. getContextParameters()java.util.List<Parameter>HelperMethod. getContextParameters()java.util.List<Parameter>ForgedMethod. getParameters()java.util.List<Parameter>HelperMethod. getParameters()java.util.List<Parameter>MappingMethod. getParameters()java.util.List<Parameter>NestedTargetPropertyMappingHolder. getProcessedSourceParameters()java.util.List<Parameter>ForgedMethod. getSourceParameters()java.util.List<Parameter>HelperMethod. getSourceParameters()java.util.List<Parameter>MappingMethod. getSourceParameters()java.util.List<Parameter>MethodReference. getSourceParameters()java.util.List<Parameter>BeanMappingMethod. getSourceParametersExcludingPrimitives()java.util.List<Parameter>BeanMappingMethod. getSourceParametersNeedingNullCheck()java.util.List<Parameter>BeanMappingMethod. getSourceParametersNotNeedingNullCheck()Methods in org.mapstruct.ap.internal.model with parameters of type Parameter Modifier and Type Method Description java.util.List<PropertyMapping>BeanMappingMethod. constructorPropertyMappingsByParameter(Parameter parameter)static IterableCreationIterableCreation. create(NormalTypeMappingMethod mappingMethod, Parameter sourceParameter)private java.util.Set<MappingReference>NestedTargetPropertyMappingHolder.Builder. extractSingleTargetReferencesToUseAndPopulateSourceParameterMappings(java.util.Set<MappingReference> singleTargetReferences, java.util.Set<MappingReference> sourceParameterMappings, boolean hasNoMappings, Parameter sourceParameter)Extracts all relevant single target references and populates thesourceParameterMappingsif needed.static LifecycleCallbackMethodReferenceLifecycleCallbackMethodReference. forParameterProvidedMethod(SelectedMethod<SourceMethod> lifecycleMethod, Parameter providingParameter, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)static MethodReferenceMethodReference. forParameterProvidedMethod(Method method, Parameter providingParameter, java.util.List<ParameterBinding> parameterBindings)private SourceReferenceBeanMappingMethod.Builder. getSourceRefByTargetName(Parameter sourceParameter, java.lang.String targetPropertyName)private voidNestedTargetPropertyMappingHolder.Builder. handleSourceParameterMappings(java.util.Set<MappingReference> sourceParameterMappings, java.lang.String targetProperty, Parameter sourceParameter, boolean forceUpdateMethod)Handle thePropertyMappingcreation for source parameter mappings.private booleanBeanMappingMethod. needsNullCheck(Parameter parameter)java.util.List<PropertyMapping>BeanMappingMethod. propertyMappingsByParameter(Parameter parameter)Method parameters in org.mapstruct.ap.internal.model with type arguments of type Parameter Modifier and Type Method Description static ForgedMethodForgedMethod. forPropertyMapping(java.lang.String name, Type sourceType, Type returnType, java.util.List<Parameter> parameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)Creates a new forged method for mapping a bean property to a propertyprivate NestedTargetPropertyMappingHolder.GroupedSourceReferencesNestedTargetPropertyMappingHolder.Builder. groupByPoppedSourceReferences(java.util.Map.Entry<Parameter,java.util.Set<MappingReference>> entryByParam, java.util.Set<MappingReference> singleTargetReferences)Creates a nested grouping by popping the source mappings.Constructors in org.mapstruct.ap.internal.model with parameters of type Parameter Constructor Description IterableCreation(Type resultType, Parameter sourceParameter, MethodReference factoryMethod)LifecycleCallbackMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Parameter providingParameter, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)MethodReference(Method method, MapperReference declaringMapper, Parameter providingParameter, java.util.List<ParameterBinding> parameterBindings)Creates a new reference to the given method.Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type Parameter Constructor Description ForgedMethod(java.lang.String name, Type sourceType, Type returnType, java.util.List<Parameter> additionalParameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)GroupedBySourceParameters(java.util.Map<Parameter,java.util.Set<MappingReference>> groupedBySourceParameter, java.util.Set<MappingReference> notProcessedAppliesToAll)MappingMethod(Method method, java.util.List<Parameter> parameters)MappingMethod(Method method, java.util.List<Parameter> parameters, java.util.Collection<java.lang.String> existingVariableNames, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences)NestedTargetPropertyMappingHolder(java.util.List<Parameter> processedSourceParameters, java.util.Set<java.lang.String> handledTargets, java.util.List<PropertyMapping> propertyMappings, java.util.Map<java.lang.String,java.util.Set<MappingReference>> unprocessedDefinedTarget, boolean errorOccurred) -
Uses of Parameter in org.mapstruct.ap.internal.model.beanmapping
Fields in org.mapstruct.ap.internal.model.beanmapping declared as Parameter Modifier and Type Field Description private ParameterAbstractReference. parameterprivate ParameterTargetReference. parameterprivate ParameterSourceReference.BuilderFromProperty. sourceParameterprivate ParameterSourceReference.BuilderFromSourceReference. sourceParameterMethods in org.mapstruct.ap.internal.model.beanmapping that return Parameter Modifier and Type Method Description private ParameterSourceReference.BuilderFromMapping. fetchMatchingParameterFromFirstSegment(java.lang.String[] segments)When there are more than one source parameters, the first segment name of the property needs to match the parameter name to avoid ambiguity consider:Target map( Source1 source1, Source2 source2 )entries in a @Mapping#source need to be "source1.propx" or "source2.propy.propz" to be validParameterAbstractReference. getParameter()private ParameterSourceReference.BuilderFromMapping. getSourceParameterFromMethodOrTemplate(java.lang.String parameterName)Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type Parameter Modifier and Type Method Description private SourceReferenceSourceReference.BuilderFromMapping. buildFromMultipleSourceParameters(java.lang.String[] segments, Parameter parameter)When there are more than one source parameters, the first segment name of the property needs to match the parameter name to avoid ambiguityprivate SourceReferenceSourceReference.BuilderFromMapping. buildFromSingleSourceParameters(java.lang.String[] segments, Parameter parameter)When there is only one source parameters, the first segment name of the property may, or may not match the parameter name to avoid ambiguity consider:Target map( Source1 source1 )entries in a @Mapping#source can be "source1.propx" or just "propx" to be validprivate booleanTargetReference.Builder. matchesSourceOrTargetParameter(java.lang.String segment, Parameter targetParameter)Validates that thesegmentis the same as thetargetParameteror theinverseSourceParameternamesprivate voidSourceReference.BuilderFromMapping. reportErrorOnNoMatch(Parameter parameter, java.lang.String[] propertyNames, java.util.List<PropertyEntry> entries)SourceReference.BuilderFromPropertySourceReference.BuilderFromProperty. sourceParameter(Parameter sourceParameter)SourceReference.BuilderFromSourceReferenceSourceReference.BuilderFromSourceReference. sourceParameter(Parameter sourceParameter)Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type Parameter Constructor Description AbstractReference(Parameter sourceParameter, java.util.List<PropertyEntry> sourcePropertyEntries, boolean isValid)SourceReference(Parameter sourceParameter, java.util.List<PropertyEntry> sourcePropertyEntries, boolean isValid)TargetReference(Parameter parameter, java.util.List<java.lang.String> propertyEntries)TargetReference(Parameter parameter, java.util.List<java.lang.String> propertyEntries, java.util.List<java.lang.String> pathProperties) -
Uses of Parameter in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return Parameter Modifier and Type Method Description static ParameterParameter. forElementAndType(javax.lang.model.element.VariableElement element, Type parameterType, boolean isVarArgs)static ParameterParameter. forForgedMappingTarget(Type parameterType)static ParameterParameter. getMappingTargetParameter(java.util.List<Parameter> parameters)ParameterTypeFactory. getSingleParameter(javax.lang.model.type.DeclaredType includingType, Accessor method)static ParameterParameter. getSourceParameter(java.util.List<Parameter> parameters, java.lang.String sourceParameterName)static ParameterParameter. getTargetTypeParameter(java.util.List<Parameter> parameters)Methods in org.mapstruct.ap.internal.model.common that return types with arguments of type Parameter Modifier and Type Method Description static java.util.List<Parameter>Parameter. getContextParameters(java.util.List<Parameter> parameters)java.util.List<Parameter>TypeFactory. getParameters(javax.lang.model.type.DeclaredType includingType, javax.lang.model.element.ExecutableElement method)java.util.List<Parameter>TypeFactory. getParameters(javax.lang.model.type.DeclaredType includingType, Accessor accessor)java.util.List<Parameter>TypeFactory. getParameters(javax.lang.model.type.ExecutableType methodType, javax.lang.model.element.ExecutableElement method)static java.util.List<Parameter>Parameter. getSourceParameters(java.util.List<Parameter> parameters)Methods in org.mapstruct.ap.internal.model.common with parameters of type Parameter Modifier and Type Method Description static ParameterBindingParameterBinding. fromParameter(Parameter parameter)private static booleanParameter. isSourceParameter(Parameter parameter)Method parameters in org.mapstruct.ap.internal.model.common with type arguments of type Parameter Modifier and Type Method Description static java.util.List<ParameterBinding>ParameterBinding. fromParameters(java.util.List<Parameter> parameters)static java.util.List<Parameter>Parameter. getContextParameters(java.util.List<Parameter> parameters)static ParameterParameter. getMappingTargetParameter(java.util.List<Parameter> parameters)static ParameterParameter. getSourceParameter(java.util.List<Parameter> parameters, java.lang.String sourceParameterName)static java.util.List<Parameter>Parameter. getSourceParameters(java.util.List<Parameter> parameters)static ParameterParameter. getTargetTypeParameter(java.util.List<Parameter> parameters) -
Uses of Parameter in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as Parameter Modifier and Type Field Description private ParameterSourceMethod. mappingTargetParameterprivate ParameterSourceMethod. targetTypeParameterFields in org.mapstruct.ap.internal.model.source with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>SourceMethod. contextParametersprivate java.util.Map<Parameter,java.util.List<SourceMethod>>ParameterProvidedMethods.Builder. contextProvidedMethodsprivate java.util.Map<SourceMethod,Parameter>ParameterProvidedMethods. methodToProvidingParameterprivate java.util.List<Parameter>SourceMethod.Builder. parametersprivate java.util.List<Parameter>SourceMethod. parametersprivate java.util.Map<Parameter,java.util.List<SourceMethod>>ParameterProvidedMethods. parameterToProvidedMethodsprivate java.util.List<Parameter>SourceMethod. sourceParametersMethods in org.mapstruct.ap.internal.model.source that return Parameter Modifier and Type Method Description ParameterMethod. getMappingTargetParameter()Returns the parameter designated as mapping target (if present)MappingTargetParameterSourceMethod. getMappingTargetParameter()ParameterParameterProvidedMethods. getParameterForProvidedMethod(Method method)ParameterMethod. getTargetTypeParameter()Returns the parameter designated as target type (if present)TargetTypeParameterSourceMethod. getTargetTypeParameter()Methods in org.mapstruct.ap.internal.model.source that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>Method. getContextParameters()returns the list of mapping context parameters, i.e.java.util.List<Parameter>SourceMethod. getContextParameters()java.util.List<Parameter>Method. getParameters()In contrast toMethod.getSourceParameters()this method returns all parametersjava.util.List<Parameter>SourceMethod. getParameters()java.util.List<Parameter>Method. getSourceParameters()returns the list of 'true' source parameters excluding the parameter(s) that are designated as target, target type or context parameter.java.util.List<Parameter>SourceMethod. getSourceParameters()Methods in org.mapstruct.ap.internal.model.source with parameters of type Parameter Modifier and Type Method Description voidParameterProvidedMethods.Builder. addMethodsForParameter(Parameter param, java.util.List<SourceMethod> methods)Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type Parameter Modifier and Type Method Description static voidSubclassMappingOptions. addInstance(SubclassMappingGem subclassMapping, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, java.util.Set<SubclassMappingOptions> mappings, java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)static voidSubclassMappingOptions. addInstances(SubclassMappingsGem gem, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, java.util.Set<SubclassMappingOptions> mappings, java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)private static booleanSourceMethod. allParametersAreAssignable(java.util.List<Parameter> fromParams, java.util.List<Parameter> toParams)static booleanSourceMethod. containsTargetTypeParameter(java.util.List<Parameter> parameters)java.util.List<SourceMethod>ParameterProvidedMethods. getAllProvidedMethodsInParameterOrder(java.util.List<Parameter> orderedParameters)private static booleanSubclassMappingOptions. isConsistent(SubclassMappingGem gem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils, java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)SourceMethod.BuilderSourceMethod.Builder. setParameters(java.util.List<Parameter> parameters)Constructor parameters in org.mapstruct.ap.internal.model.source with type arguments of type Parameter Constructor Description ParameterProvidedMethods(java.util.Map<Parameter,java.util.List<SourceMethod>> parameterToProvidedMethods) -
Uses of Parameter in org.mapstruct.ap.internal.model.source.builtin
Fields in org.mapstruct.ap.internal.model.source.builtin declared as Parameter Modifier and Type Field Description private ParameterCalendarToXmlGregorianCalendar. parameterprivate ParameterCalendarToZonedDateTime. parameterprivate ParameterDateToXmlGregorianCalendar. parameterprivate ParameterJaxbElemToValue. parameterprivate ParameterJodaDateTimeToXmlGregorianCalendar. parameterprivate ParameterJodaLocalDateTimeToXmlGregorianCalendar. parameterprivate ParameterJodaLocalDateToXmlGregorianCalendar. parameterprivate ParameterJodaLocalTimeToXmlGregorianCalendar. parameterprivate ParameterLocalDateTimeToXmlGregorianCalendar. parameterprivate ParameterLocalDateToXmlGregorianCalendar. parameterprivate ParameterStringToXmlGregorianCalendar. parameterprivate ParameterXmlGregorianCalendarToCalendar. parameterprivate ParameterXmlGregorianCalendarToDate. parameterprivate ParameterXmlGregorianCalendarToJodaDateTime. parameterprivate ParameterXmlGregorianCalendarToJodaLocalDate. parameterprivate ParameterXmlGregorianCalendarToJodaLocalDateTime. parameterprivate ParameterXmlGregorianCalendarToJodaLocalTime. parameterprivate ParameterXmlGregorianCalendarToLocalDate. parameterprivate ParameterXmlGregorianCalendarToLocalDateTime. parameterprivate ParameterXmlGregorianCalendarToString. parameterprivate ParameterZonedDateTimeToCalendar. parameterprivate ParameterZonedDateTimeToXmlGregorianCalendar. parameterMethods in org.mapstruct.ap.internal.model.source.builtin that return Parameter Modifier and Type Method Description ParameterBuiltInMethod. getMappingTargetParameter()mapping target parameter mechanism not supported for built-in methodsabstract ParameterBuiltInMethod. getParameter()There's currently only one parameter foreseen instead of a list of parameterParameterCalendarToXmlGregorianCalendar. getParameter()ParameterCalendarToZonedDateTime. getParameter()ParameterDateToXmlGregorianCalendar. getParameter()ParameterJaxbElemToValue. getParameter()ParameterJodaDateTimeToXmlGregorianCalendar. getParameter()ParameterJodaLocalDateTimeToXmlGregorianCalendar. getParameter()ParameterJodaLocalDateToXmlGregorianCalendar. getParameter()ParameterJodaLocalTimeToXmlGregorianCalendar. getParameter()ParameterLocalDateTimeToXmlGregorianCalendar. getParameter()ParameterLocalDateToXmlGregorianCalendar. getParameter()ParameterStringToXmlGregorianCalendar. getParameter()ParameterXmlGregorianCalendarToCalendar. getParameter()ParameterXmlGregorianCalendarToDate. getParameter()ParameterXmlGregorianCalendarToJodaDateTime. getParameter()ParameterXmlGregorianCalendarToJodaLocalDate. getParameter()ParameterXmlGregorianCalendarToJodaLocalDateTime. getParameter()ParameterXmlGregorianCalendarToJodaLocalTime. getParameter()ParameterXmlGregorianCalendarToLocalDate. getParameter()ParameterXmlGregorianCalendarToLocalDateTime. getParameter()ParameterXmlGregorianCalendarToString. getParameter()ParameterZonedDateTimeToCalendar. getParameter()ParameterZonedDateTimeToXmlGregorianCalendar. getParameter()ParameterBuiltInMethod. getTargetTypeParameter()target type parameter mechanism not supported for built-in methodsMethods in org.mapstruct.ap.internal.model.source.builtin that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>BuiltInMethod. getContextParameters()java.util.List<Parameter>BuiltInMethod. getParameters()java.util.List<Parameter>BuiltInMethod. getSourceParameters() -
Uses of Parameter in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector with parameters of type Parameter Modifier and Type Method Description private static java.util.List<ParameterBinding>TypeSelector. findCandidateBindingsForParameter(java.util.List<ParameterBinding> candidateParameters, Parameter parameter) -
Uses of Parameter in org.mapstruct.ap.internal.processor
Fields in org.mapstruct.ap.internal.processor with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>MethodRetrievalProcessor.RepeatableSubclassMappings. sourceParametersMethods in org.mapstruct.ap.internal.processor that return Parameter Modifier and Type Method Description private ParameterMethodRetrievalProcessor. extractTargetParameter(java.util.List<Parameter> parameters)Methods in org.mapstruct.ap.internal.processor with parameters of type Parameter Modifier and Type Method Description private booleanMethodRetrievalProcessor. checkParameterAndReturnType(javax.lang.model.element.ExecutableElement method, java.util.List<Parameter> sourceParameters, Parameter targetParameter, java.util.List<Parameter> contextParameters, Type resultType, Type returnType, boolean containsTargetTypeParameter)private TypeMethodRetrievalProcessor. selectResultType(Type returnType, Parameter targetParameter)Method parameters in org.mapstruct.ap.internal.processor with type arguments of type Parameter Modifier and Type Method Description private booleanMethodRetrievalProcessor. checkParameterAndReturnType(javax.lang.model.element.ExecutableElement method, java.util.List<Parameter> sourceParameters, Parameter targetParameter, java.util.List<Parameter> contextParameters, Type resultType, Type returnType, boolean containsTargetTypeParameter)private ParameterMethodRetrievalProcessor. extractTargetParameter(java.util.List<Parameter> parameters)private SourceMethodMethodRetrievalProcessor. getMethodRequiringImplementation(javax.lang.model.type.ExecutableType methodType, javax.lang.model.element.ExecutableElement method, java.util.List<Parameter> parameters, boolean containsTargetTypeParameter, MapperOptions mapperOptions, java.util.List<SourceMethod> prototypeMethods, javax.lang.model.element.TypeElement mapperToImplement)private SourceMethodMethodRetrievalProcessor. getReferencedMethod(javax.lang.model.element.TypeElement usedMapper, javax.lang.model.type.ExecutableType methodType, javax.lang.model.element.ExecutableElement method, javax.lang.model.element.TypeElement mapperToImplement, java.util.List<Parameter> parameters)private java.util.Set<SubclassMappingOptions>MethodRetrievalProcessor. getSubclassMappings(java.util.List<Parameter> sourceParameters, Type resultType, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMapping, SubclassValidator validator)Retrieves the subclass mappings configured via@SubclassMappingfrom the given method.private booleanMethodRetrievalProcessor. isValidFactoryMethod(javax.lang.model.element.ExecutableElement method, java.util.List<Parameter> parameters, Type returnType)private booleanMethodRetrievalProcessor. isValidReferencedMethod(java.util.List<Parameter> parameters)private booleanMethodRetrievalProcessor. isValidReferencedOrFactoryMethod(int sourceParamCount, int targetParamCount, java.util.List<Parameter> parameters)private ParameterProvidedMethodsMethodRetrievalProcessor. retrieveContextProvidedMethods(java.util.List<Parameter> contextParameters, javax.lang.model.element.TypeElement mapperToImplement, MapperOptions mapperConfig)Constructor parameters in org.mapstruct.ap.internal.processor with type arguments of type Parameter Constructor Description RepeatableSubclassMappings(java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator validator)
-