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. -
-
Uses of Parameter in org.mapstruct.ap.internal.conversion
Methods 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
Methods 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 List<Parameter>ForgedMethod. getContextParameters()List<Parameter>HelperMethod. getContextParameters()List<Parameter>ForgedMethod. getParameters()List<Parameter>HelperMethod. getParameters()List<Parameter>MappingMethod. getParameters()List<Parameter>NestedTargetPropertyMappingHolder. getProcessedSourceParameters()List<Parameter>ForgedMethod. getSourceParameters()List<Parameter>HelperMethod. getSourceParameters()List<Parameter>MappingMethod. getSourceParameters()List<Parameter>MethodReference. getSourceParameters()List<Parameter>BeanMappingMethod. getSourceParametersExcludingPrimitives()List<Parameter>BeanMappingMethod. getSourceParametersNeedingNullCheck()List<Parameter>BeanMappingMethod. getSourceParametersNotNeedingNullCheck()Methods in org.mapstruct.ap.internal.model with parameters of type Parameter Modifier and Type Method Description List<PropertyMapping>BeanMappingMethod. constructorPropertyMappingsByParameter(Parameter parameter)static IterableCreationIterableCreation. create(NormalTypeMappingMethod mappingMethod, Parameter sourceParameter)static LifecycleCallbackMethodReferenceLifecycleCallbackMethodReference. forParameterProvidedMethod(SelectedMethod<SourceMethod> lifecycleMethod, Parameter providingParameter, Method containingMethod, Set<String> existingVariableNames)static MethodReferenceMethodReference. forParameterProvidedMethod(Method method, Parameter providingParameter, List<ParameterBinding> parameterBindings)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(String name, Type sourceType, Type returnType, List<Parameter> parameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)Creates a new forged method for mapping a bean property to a propertyConstructors in org.mapstruct.ap.internal.model with parameters of type Parameter Constructor Description MethodReference(Method method, MapperReference declaringMapper, Parameter providingParameter, 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 MappingMethod(Method method, List<Parameter> parameters)MappingMethod(Method method, List<Parameter> parameters, Collection<String> existingVariableNames, List<LifecycleCallbackMethodReference> beforeMappingReferences, List<LifecycleCallbackMethodReference> afterMappingReferences)NestedTargetPropertyMappingHolder(List<Parameter> processedSourceParameters, Set<String> handledTargets, List<PropertyMapping> propertyMappings, Map<String,Set<MappingReference>> unprocessedDefinedTarget, boolean errorOccurred) -
Uses of Parameter in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return Parameter Modifier and Type Method Description ParameterAbstractReference. getParameter()Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type Parameter Modifier and Type Method Description 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, List<PropertyEntry> sourcePropertyEntries, boolean isValid)TargetReference(Parameter parameter, List<String> propertyEntries)TargetReference(Parameter parameter, List<String> propertyEntries, List<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(VariableElement element, Type parameterType, boolean isVarArgs)static ParameterParameter. forForgedMappingTarget(Type parameterType)static ParameterParameter. getMappingTargetParameter(List<Parameter> parameters)ParameterTypeFactory. getSingleParameter(DeclaredType includingType, Accessor method)static ParameterParameter. getSourceParameter(List<Parameter> parameters, String sourceParameterName)static ParameterParameter. getTargetTypeParameter(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 List<Parameter>Parameter. getContextParameters(List<Parameter> parameters)List<Parameter>TypeFactory. getParameters(DeclaredType includingType, ExecutableElement method)List<Parameter>TypeFactory. getParameters(DeclaredType includingType, Accessor accessor)List<Parameter>TypeFactory. getParameters(ExecutableType methodType, ExecutableElement method)static List<Parameter>Parameter. getSourceParameters(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)Method parameters in org.mapstruct.ap.internal.model.common with type arguments of type Parameter Modifier and Type Method Description static List<ParameterBinding>ParameterBinding. fromParameters(List<Parameter> parameters)static List<Parameter>Parameter. getContextParameters(List<Parameter> parameters)static ParameterParameter. getMappingTargetParameter(List<Parameter> parameters)static ParameterParameter. getSourceParameter(List<Parameter> parameters, String sourceParameterName)static List<Parameter>Parameter. getSourceParameters(List<Parameter> parameters)static ParameterParameter. getTargetTypeParameter(List<Parameter> parameters) -
Uses of Parameter in org.mapstruct.ap.internal.model.source
Methods 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 List<Parameter>Method. getContextParameters()returns the list of mapping context parameters, i.e. those parameters that are annotated withContext.List<Parameter>SourceMethod. getContextParameters()List<Parameter>Method. getParameters()In contrast toMethod.getSourceParameters()this method returns all parametersList<Parameter>SourceMethod. getParameters()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.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, 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(org.mapstruct.ap.internal.gem.SubclassMappingGem subclassMapping, ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, Set<SubclassMappingOptions> mappings, List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)static voidSubclassMappingOptions. addInstances(org.mapstruct.ap.internal.gem.SubclassMappingsGem gem, ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, Set<SubclassMappingOptions> mappings, List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)static booleanSourceMethod. containsTargetTypeParameter(List<Parameter> parameters)List<SourceMethod>ParameterProvidedMethods. getAllProvidedMethodsInParameterOrder(List<Parameter> orderedParameters)SourceMethod.BuilderSourceMethod.Builder. setParameters(List<Parameter> parameters) -
Uses of Parameter in org.mapstruct.ap.internal.model.source.builtin
Methods 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()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 List<Parameter>BuiltInMethod. getContextParameters()List<Parameter>BuiltInMethod. getParameters()List<Parameter>BuiltInMethod. getSourceParameters()
-