- GeneratedType - Class in org.mapstruct.ap.internal.model
- 
A type generated by MapStruct, e.g. representing a mapper type. 
- GeneratedType(TypeFactory, String, String, String, String, String, List<MappingMethod>, List<? extends Field>, Options, VersionInformation, Accessibility, SortedSet<Type>, Constructor) - Constructor for class org.mapstruct.ap.internal.model.GeneratedType
-  
- get(Class<T>, T) - Static method in class org.mapstruct.ap.internal.services.Services
-  
- get(Class<T>) - Method in interface org.mapstruct.ap.internal.writer.Writable.Context
- 
Retrieves the object with the given type from this context. 
- getAccessibility() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getAccessibility() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getAccessibility() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getAccessibility() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getAccessibility() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
- getAccessibility() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getAccessor() - Method in class org.mapstruct.ap.internal.model.source.SourceReference.PropertyEntry
-  
- getAccessorName() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
-  
- getAfterMappingReferences() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getAllDescendants(String) - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
- 
Returns all the descendants of the given node, either direct or transitive ones. 
- getAllEnclosedExecutableElements(Elements, TypeElement) - Static method in class org.mapstruct.ap.internal.util.Executables
- 
Finds all executable elements within the given type element, including executable elements defined in super
 classes and implemented interfaces. 
- getAnnotationMirror() - Method in exception org.mapstruct.ap.internal.util.AnnotationProcessingException
-  
- getAnnotationMirror() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
-  
- getAnnotations() - Method in class org.mapstruct.ap.internal.model.AnnotationMapperReference
-  
- getAnnotations() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getAnnotationValue() - Method in exception org.mapstruct.ap.internal.util.AnnotationProcessingException
-  
- getApplicablePrototypeMethods() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getArrayType(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getAssignment() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
-  
- getAssignment() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getAssignment() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getAssignment() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getBeanMapping() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- getBeforeMappingReferencesWithMappingTarget() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getBeforeMappingReferencesWithoutMappingTarget() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getBuiltInMethods() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMappingMethods
-  
- getCloseExpression() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getCollectionGetterName(String) - Method in class org.mapstruct.ap.internal.naming.DefaultAccessorNamingStrategy
-  
- getCollectionGetterName(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
-  
- getCollectionGetterName(String) - Method in interface org.mapstruct.ap.spi.AccessorNamingStrategy
- 
Returns the getter name of the given collection property. 
- getCollectionMappingStrategy() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
-  
- getCompiler() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
-  
- getCompiler() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
-  
- getComponentModelIdentifier() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getComponentModelIdentifier() - Method in class org.mapstruct.ap.internal.processor.CdiComponentProcessor
-  
- getComponentModelIdentifier() - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
-  
- getComponentModelIdentifier() - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
-  
- getComponentType() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getConstant() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getConstantMappings() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getConstructor() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getContextParam() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getContextParameter(ConversionContext) - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
the conversion context is used to format an auxiliary parameter in the method call with context specific
 information such as a date format. 
- getContextParameter(ConversionContext) - Method in class org.mapstruct.ap.internal.model.source.builtin.StringToXmlGregorianCalendar
-  
- getContextParameter(ConversionContext) - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToString
-  
- getConversion(Type, Type) - Method in class org.mapstruct.ap.internal.conversion.Conversions
-  
- getCycles() - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
-  
- getDateFormat() - Method in interface org.mapstruct.ap.internal.model.common.ConversionContext
- 
Returns the date format if this conversion or built-in method is from String to a date type (e.g. 
- getDateFormat() - Method in class org.mapstruct.ap.internal.model.common.DefaultConversionContext
-  
- getDateFormat() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getDateFormat() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getDateFormatAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getDeclaredType(TypeElement, TypeMirror...) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getDeclaringMapper() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getDeclaringMapper() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
Returns the mapper type declaring this method if it is not declared by the mapper interface currently processed
 but by another mapper imported via Mapper#users().
 
- getDeclaringMapper() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getDeclaringMapper() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns the mapper type declaring this method if it is not declared by the mapper interface currently processed
 but by another mapper imported via Mapper#users().
 
- getDeclaringMapper() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Returns the mapper type declaring this method if it is not declared by the mapper interface currently processed
 but by another mapper imported via Mapper#users().
 
- getDeclaringType() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
-  
- getDecorator() - Method in class org.mapstruct.ap.internal.model.Mapper
-  
- getDecoratorAnnotations() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getDecoratorAnnotations() - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
-  
- getDecoratorAnnotations() - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
-  
- getDefaultComponentModel() - Method in class org.mapstruct.ap.internal.option.Options
-  
- getDefaultValue() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getDefaultValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getDefaultValueAssignment() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getDefiningType() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getDefiningType() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getDefiningType() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getDefiningType() - Method in interface org.mapstruct.ap.internal.model.source.Method
-  
- getDefiningType() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getDelegateName() - Method in class org.mapstruct.ap.internal.model.DecoratorConstructor
-  
- getDelegatorReferenceAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getDelegatorReferenceAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
-  
- getDelegatorReferenceAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
-  
- getDependsOn() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getDependsOn() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getDependsOnAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getDescription() - Method in enum org.mapstruct.ap.internal.util.Message
-  
- getDiagnosticKind() - Method in enum org.mapstruct.ap.internal.option.ReportingPolicy
-  
- getDiagnosticKind() - Method in enum org.mapstruct.ap.internal.util.Message
-  
- getEffectiveComponentModel(Options, String) - Static method in class org.mapstruct.ap.internal.option.OptionsHelper
-  
- getElement() - Method in exception org.mapstruct.ap.internal.util.AnnotationProcessingException
-  
- getElementAssignment() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getElementName(ExecutableElement) - Method in class org.mapstruct.ap.internal.naming.DefaultAccessorNamingStrategy
-  
- getElementName(ExecutableElement) - Method in interface org.mapstruct.ap.spi.AccessorNamingStrategy
- 
Returns the element name of the given adder method. 
- getElementNameForAdder(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
-  
- getElementNames() - Method in class org.mapstruct.ap.internal.model.source.SourceReference
-  
- getElementUtils() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getElementUtils() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getElementUtils() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getEntryVariableName() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getEnumConstants() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getEnumMappings() - Method in class org.mapstruct.ap.internal.model.EnumMappingMethod
-  
- getExecutable() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getExecutable() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getExecutable() - Method in interface org.mapstruct.ap.internal.model.source.Method
-  
- getExecutable() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getExistingMappingMethod(MappingMethod) - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getFactoryMethod() - Method in class org.mapstruct.ap.internal.model.assignment.UpdateWrapper
-  
- getFactoryMethod() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getFactoryMethod() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getFactoryMethod() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getFactoryMethod(Method, Type, List<TypeMirror>, TypeMirror) - Method in interface org.mapstruct.ap.internal.model.MappingBuilderContext.MappingResolver
- 
returns a no arg factory method 
- getFactoryMethod(Method, Type, List<TypeMirror>, TypeMirror) - Method in class org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
-  
- getFields() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getFiler() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getFiler() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToBigIntegerConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToPrimitiveConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToStringConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToWrapperConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToPrimitiveConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToStringConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToWrapperConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.EnumStringConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToCalendarConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaTimeToDateConversion
-  
- getFromConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
- 
Returns a set with imported types of the "from" conversion. 
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToBigIntegerConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToPrimitiveConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToWrapperConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToPrimitiveConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToWrapperConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.CharToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.CharWrapperToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.EnumStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JavaLocalDateTimeToDateConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JavaZonedDateTimeToDateConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToCalendarConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaTimeToDateConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToPrimitiveConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToWrapperConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
- 
Returns the conversion string from target to source. 
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.WrapperToStringConversion
-  
- getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.WrapperToWrapperConversion
-  
- getFullyQualifiedName() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getIdentification() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getImplementationName() - Method in class org.mapstruct.ap.internal.model.ServicesEntry
-  
- getImplementationPackage() - Method in class org.mapstruct.ap.internal.model.ServicesEntry
-  
- getImplementationType() - Method in class org.mapstruct.ap.internal.model.common.Type
- 
Returns the implementation type to be instantiated in case this type is an interface iterable, collection or map
 type. 
- getImportName() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.Annotation
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.AnnotationMapperReference
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.ArrayCopyWrapper
-  
- getImportTypes() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
- 
returns all types required as import by the assignment statement. 
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.NewCollectionOrMapWrapper
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.UpdateWrapper
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.common.ModelElement
- 
Returns a set containing those  Types referenced by this model element for which an import statement needs
 to be declared. 
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.common.Parameter
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.Decorator
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.DecoratorConstructor
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.DefaultMapperReference
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.Direct
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.Field
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.ServicesEntry
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
Returns the types used by this method for which import statements need to be generated. 
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToXmlGregorianCalendar
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToZonedDateTime
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.DateToXmlGregorianCalendar
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.JaxbElemToValue
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.StringToXmlGregorianCalendar
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToCalendar
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToDate
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToString
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.ZonedDateTimeToCalendar
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getImportTypes() - Method in class org.mapstruct.ap.internal.model.VirtualMappingMethod
-  
- getIndex1Name() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getIndex2Name() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getInstance(Type, boolean, TypeFactory, List<String>) - Static method in class org.mapstruct.ap.internal.model.DefaultMapperReference
-  
- getInstanceOn(Element) - Static method in class org.mapstruct.ap.internal.util.MapperConfiguration
-  
- getInstanceVariableName() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
-  
- getInterfaceName() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getInterfacePackage() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getIterableMapping() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- getIteratorReference() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
-  
- getJavaExpression() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getKeyAssignment() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getKeyFormat() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getKeyQualifiers() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getKeyQualifyingTargetType() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getKeyVariableName() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getKeyword() - Method in enum org.mapstruct.ap.internal.model.common.Accessibility
-  
- getLocalVarName() - Method in class org.mapstruct.ap.internal.model.assignment.ArrayCopyWrapper
-  
- getLocalVarName() - Method in class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
-  
- getLocalVarType() - Method in class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
-  
- getLoopVariableName() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getMapMapping() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- getMapper(Class<T>) - Static method in class org.mapstruct.factory.Mappers
- 
Returns an instance of the given mapper type. 
- getMapperConfigMirror() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
-  
- getMapperConfiguration() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getMapperConfiguration() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getMapperConfiguration() - Method in interface org.mapstruct.ap.internal.model.source.Method
-  
- getMapperConfiguration() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getMapperReferenceAnnotations() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getMapperReferenceAnnotations() - Method in class org.mapstruct.ap.internal.processor.CdiComponentProcessor
-  
- getMapperReferenceAnnotations() - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
-  
- getMapperReferenceAnnotations() - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
-  
- getMapperReferences() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getMapperTypeElement() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getMapperVariableName() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getMappingBySourcePropertyName(String) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Returns the  Mappings for the given source property. 
- getMappingInheritanceStrategy() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
-  
- getMappingOptions() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getMappingResolver() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getMappings() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- getMappingsToGenerate() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getMappingTargetParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
mapping target parameter mechanism not supported for built-in methods 
- getMappingTargetParameter() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getMappingTargetParameter() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns the parameter designated as mapping target (if present)  MappingTarget
- getMappingTargetParameter() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getMapStructVersion() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
-  
- getMapStructVersion() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.CreateOrUpdateSelector
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.InheritanceSelector
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in interface org.mapstruct.ap.internal.model.source.selector.MethodSelector
- 
Selects those methods which match the given types and other criteria 
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.MethodSelectors
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.QualifierSelector
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.TargetTypeSelector
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.TypeSelector
-  
- getMatchingMethods(Method, List<T>, Type, Type, SelectionCriteria) - Method in class org.mapstruct.ap.internal.model.source.selector.XmlElementDeclSelector
-  
- getMessager() - Method in class org.mapstruct.ap.internal.model.common.DefaultConversionContext
-  
- getMessager() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getMessager() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getMessager() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getMethods() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getMethodType(TypeElement, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
- 
Get the ExecutableType for given method as part of usedMapper. 
- getMethodType(ExecutableElement) - Method in class org.mapstruct.ap.internal.naming.DefaultAccessorNamingStrategy
-  
- getMethodType(ExecutableElement) - Method in interface org.mapstruct.ap.spi.AccessorNamingStrategy
- 
Returns the type of the given method. 
- getMirror() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getMirror() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getMirror() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getName() - Method in class org.mapstruct.ap.internal.model.common.Parameter
-  
- getName() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getName() - Method in interface org.mapstruct.ap.internal.model.Constructor
-  
- getName() - Method in class org.mapstruct.ap.internal.model.DecoratorConstructor
-  
- getName() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getName() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getName() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
-  
- getName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getName() - Method in class org.mapstruct.ap.internal.model.ServicesEntry
-  
- getName() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
Returns then name of the method. 
- getName() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getName() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns then name of the method. 
- getName() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Returns then name of the method. 
- getName() - Method in class org.mapstruct.ap.internal.model.source.SourceReference.PropertyEntry
-  
- getNamesOfMappingsToGenerate() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getNewCollectionOrMapAssignment() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
-  
- getNoType(TypeKind) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getNull() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getNullType() - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getNullValueMappingStrategy() - Method in class org.mapstruct.ap.internal.model.source.BeanMapping
-  
- getNullValueMappingStrategy() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getNullValueMappingStrategy() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getOpenExpression() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getOptions() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getOptions() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getOptions() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getPackageName() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getPackageName() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getPackageName() - Method in class org.mapstruct.ap.internal.model.ServicesEntry
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
There's currently only one parameter foreseen instead of a list of parameter 
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToXmlGregorianCalendar
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToZonedDateTime
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.DateToXmlGregorianCalendar
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.JaxbElemToValue
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.StringToXmlGregorianCalendar
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToCalendar
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToDate
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToString
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.ZonedDateTimeToCalendar
-  
- getParameter() - Method in class org.mapstruct.ap.internal.model.source.SourceReference
-  
- getParameterAssignments() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
-  
- getParameterNames() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getParameterNames() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getParameterNames() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getParameterNames() - Method in interface org.mapstruct.ap.internal.model.source.Method
-  
- getParameterNames() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getParameters(TypeElement, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getParameters(ExecutableType, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getParameters() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getParameters() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getParameters() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getParameters() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
- getParameters() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
- getPrimitiveType(Class<?>) - Static method in class org.mapstruct.ap.internal.util.NativeTypes
-  
- getPrimitiveType(TypeKind) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getPriority() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getPriority() - Method in class org.mapstruct.ap.internal.processor.MapperCreationProcessor
-  
- getPriority() - Method in class org.mapstruct.ap.internal.processor.MapperRenderingProcessor
-  
- getPriority() - Method in class org.mapstruct.ap.internal.processor.MapperServiceProcessor
-  
- getPriority() - Method in class org.mapstruct.ap.internal.processor.MethodRetrievalProcessor
-  
- getPriority() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor
- 
Returns the priority value of this processor which must be between 1
 (highest priority) and 10000 (lowest priority). 
- getProperties() - Method in class org.mapstruct.ap.internal.model.Annotation
-  
- getPropertyEntries() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod
-  
- getPropertyEntries() - Method in class org.mapstruct.ap.internal.model.source.SourceReference
-  
- getPropertyMappings() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getPropertyMappingsByParameter() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getPropertyName(ExecutableElement) - Method in class org.mapstruct.ap.internal.naming.DefaultAccessorNamingStrategy
-  
- getPropertyName(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
-  
- getPropertyName(ExecutableElement) - Method in interface org.mapstruct.ap.spi.AccessorNamingStrategy
- 
Returns the name of the property represented by the given getter or setter method. 
- getPropertyReadAccessors() - Method in class org.mapstruct.ap.internal.model.common.Type
- 
getPropertyReadAccessors 
- getPropertyWriteAccessors(CollectionMappingStrategyPrism) - Method in class org.mapstruct.ap.internal.model.common.Type
- 
getPropertyWriteAccessors returns a map of the write accessors according to the CollectionMappingStrategy. 
- getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.BeanMapping
-  
- getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
-  
- getQualifyingElementTargetType() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
-  
- getQualifyingResultType() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
-  
- getReferencedMappers() - Method in class org.mapstruct.ap.internal.model.Mapper
-  
- getResultElementType() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getResultName() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.source.BeanMapping
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getResultType() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getResultType() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns the type of the result. 
- getResultType() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getReturnType(TypeElement, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getReturnType(ExecutableType) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToXmlGregorianCalendar
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.CalendarToZonedDateTime
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.DateToXmlGregorianCalendar
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.JaxbElemToValue
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.StringToXmlGregorianCalendar
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToCalendar
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToDate
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToString
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.ZonedDateTimeToCalendar
-  
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getReturnType() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns the return type of the method 
- getReturnType() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Returns the return type of the method 
- getRuntimeVendor() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
-  
- getRuntimeVendor() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
-  
- getRuntimeVersion() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
-  
- getRuntimeVersion() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
-  
- getSaveVariableName(String, String...) - Static method in class org.mapstruct.ap.internal.util.Strings
-  
- getSaveVariableName(String, Collection<String>) - Static method in class org.mapstruct.ap.internal.util.Strings
- 
Returns a variable name which doesn't conflict with the given variable names existing in the same scope and the
 Java keywords. 
- getSingleMappingByTargetPropertyName(String) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getSingleParameter(TypeElement, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getSingleSourceParameterType() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getSource() - Method in class org.mapstruct.ap.internal.model.source.EnumMapping
-  
- getSourceAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getSourceBeanName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getSourceElementType() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getSourceModel() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getSourceName() - Method in class org.mapstruct.ap.internal.model.source.Mapping
- 
Returns the complete source name of this mapping, either a qualified (e.g. 
- getSourceParameter() - Method in class org.mapstruct.ap.internal.model.EnumMappingMethod
-  
- getSourceParameter() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
-  
- getSourceParameter() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getSourceParameter() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod
-  
- getSourceParameter(String) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getSourceParameters() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getSourceParameters() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getSourceParameters() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getSourceParameters() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
returns the list of 'true' source parameters excluding the parameter(s) that is designated as
 target by means of the target annotation  Method.getMappingTargetParameter(). 
- getSourceParameters() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
returns the list of 'true' source parameters excluding the parameter(s) that is designated as
 target by means of the target annotation  Method.getMappingTargetParameter(). 
- getSourceParametersExcludingPrimitives() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getSourcePrimitiveParameters() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
-  
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
-  
- getSourceReference() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
- 
the source reference being a source-getter, a constant, etc. 
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
-  
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.Direct
-  
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getSourceReference() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getSourceType() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
-  
- getSuperClassName() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getSupportedSourceVersion() - Method in class org.mapstruct.ap.MappingProcessor
-  
- getTarget() - Method in class org.mapstruct.ap.internal.model.source.EnumMapping
-  
- getTargetAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getTargetAssignment(Method, String, Type, Type, String, String, List<TypeMirror>, TypeMirror, String, boolean) - Method in interface org.mapstruct.ap.internal.model.MappingBuilderContext.MappingResolver
- 
returns a parameter assignment 
- getTargetAssignment(Method, String, Type, Type, String, String, List<TypeMirror>, TypeMirror, String, boolean) - Method in class org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
-  
- getTargetGetterName() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
-  
- getTargetName() - Method in class org.mapstruct.ap.internal.model.source.Mapping
-  
- getTargetPropertyName() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
-  
- getTargetReadAccessorName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getTargetType() - Method in interface org.mapstruct.ap.internal.model.common.ConversionContext
- 
Returns the target type of this conversion. 
- getTargetType() - Method in class org.mapstruct.ap.internal.model.common.DefaultConversionContext
-  
- getTargetType() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getTargetTypeParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
target type parameter mechanism not supported for built-in methods 
- getTargetTypeParameter() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getTargetTypeParameter() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns the parameter designated as target type (if present)  TargetType
- getTargetTypeParameter() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getTargetWriteAccessorName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
-  
- getTemplateName() - Method in class org.mapstruct.ap.internal.model.Decorator
-  
- getTemplateName() - Method in class org.mapstruct.ap.internal.model.Mapper
-  
- getTemplateName() - Method in class org.mapstruct.ap.internal.model.VirtualMappingMethod
-  
- getTemplateName() - Method in class org.mapstruct.ap.internal.writer.FreeMarkerWritable
- 
Returns the name of the template to be used for a specific writable type. 
- getTemplateNameForClass(Class<?>) - Method in class org.mapstruct.ap.internal.writer.FreeMarkerWritable
- 
Returns the name of the template to be used for a specific writable type. 
- getterMethodsIn(Iterable<ExecutableElement>) - Static method in class org.mapstruct.ap.internal.util.Filters
-  
- GetterWrapperForCollectionsAndMaps - Class in org.mapstruct.ap.internal.model.assignment
- 
This wrapper handles the situation were an assignment must be done via a target getter method because there
 is no setter available. 
- GetterWrapperForCollectionsAndMaps(Assignment, List<Type>, Type, Collection<String>) - Constructor for class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
-  
- getThrownTypes() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
- 
returns all types exception types thrown by this assignment. 
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.LocalVarWrapper
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapper
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.UpdateWrapper
-  
- getThrownTypes(TypeElement, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getThrownTypes(ExecutableType) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.Direct
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.MappingMethod
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- getThrownTypes() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Returns all exceptions thrown by this method 
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-  
- getThrownTypes() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
-  
- getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
-  
- getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToCalendarConversion
-  
- getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
- 
Returns a set with imported types of the "to" conversion. 
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToBigIntegerConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToPrimitiveConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToWrapperConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToPrimitiveConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToWrapperConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.CharToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.CharWrapperToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.EnumStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JavaLocalDateTimeToDateConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JavaZonedDateTimeToDateConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToCalendarConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.JodaTimeToDateConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToPrimitiveConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.PrimitiveToWrapperConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
- 
Returns the conversion string from source to target. 
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.WrapperToStringConversion
-  
- getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.WrapperToWrapperConversion
-  
- getType() - Method in class org.mapstruct.ap.internal.model.Annotation
-  
- getType() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
- 
Returns whether the type of assignment 
- getType() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
-  
- getType() - Method in class org.mapstruct.ap.internal.model.common.Parameter
-  
- getType(Class<?>) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getType(String) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getType(TypeElement) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getType(TypeMirror) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
-  
- getType() - Method in class org.mapstruct.ap.internal.model.Direct
-  
- getType() - Method in class org.mapstruct.ap.internal.model.Field
- 
Returns the type of this field. 
- getType() - Method in class org.mapstruct.ap.internal.model.MethodReference
-  
- getType() - Method in class org.mapstruct.ap.internal.model.source.SourceReference.PropertyEntry
-  
- getType() - Method in class org.mapstruct.ap.internal.model.TypeConversion
-  
- getTypeAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getTypeAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.CdiComponentProcessor
-  
- getTypeAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
-  
- getTypeAnnotations(Mapper) - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
-  
- getTypeBound() - Method in class org.mapstruct.ap.internal.model.common.Type
- 
Establishes the type bound:
 
 {@code 
- getTypeBound(TypeMirror) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
- 
Establishes the type bound:
 
 {@code 
- getTypeElement() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getTypeFactory() - Method in interface org.mapstruct.ap.internal.model.common.ConversionContext
-  
- getTypeFactory() - Method in class org.mapstruct.ap.internal.model.common.DefaultConversionContext
-  
- getTypeFactory() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getTypeFactory() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
-  
- getTypeFactory() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getTypeFactory() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getTypeMirror() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getTypeParameters() - Method in class org.mapstruct.ap.internal.model.common.Type
-  
- getTypeUtils() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getTypeUtils() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getTypeUtils() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getUnmappedTargetPolicy() - Method in class org.mapstruct.ap.internal.option.Options
-  
- getUsedVirtualMappings() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- getUsedVirtualMappings() - Method in interface org.mapstruct.ap.internal.model.MappingBuilderContext.MappingResolver
-  
- getUsedVirtualMappings() - Method in class org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
-  
- getValueAssignment() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getValueFormat() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getValueQualifiers() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getValueQualifyingTargetType() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
-  
- getValueVariableName() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
-  
- getVariableName() - Method in class org.mapstruct.ap.internal.model.Field
- 
Returns the variable name of this field. 
- getVersionInformation() - Method in class org.mapstruct.ap.internal.model.GeneratedType
-  
- getVersionInformation() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
-  
- getVersionInformation() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
-  
- getWildcardType(TypeMirror, TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
-  
- getWrapperType(Class<?>) - Static method in class org.mapstruct.ap.internal.util.NativeTypes
-  
- GraphAnalyzer - Class in org.mapstruct.ap.internal.model.dependency
- 
Analyzes graphs: Discovers all descendants of given nodes and detects cyclic dependencies between nodes if present. 
- GraphAnalyzer.GraphAnalyzerBuilder - Class in org.mapstruct.ap.internal.model.dependency
-  
- GraphAnalyzerBuilder() - Constructor for class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer.GraphAnalyzerBuilder
-  
- MapMapping - Class in org.mapstruct.ap.internal.model.source
- 
Represents a map mapping as configured via @MapMapping.
 
- MapMapping - Annotation Type in org.mapstruct
- 
Configures the mapping between two map types, e.g. 
- MapMappingMethod - Class in org.mapstruct.ap.internal.model
- 
- MapMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
-  
- Mapper - Class in org.mapstruct.ap.internal.model
- 
Represents a type implementing a mapper interface (annotated with @Mapper).
 
- Mapper - Annotation Type in org.mapstruct
- 
Marks an interface or abstract class as a mapper and activates the generation of a implementation of that type via
 MapStruct. 
- Mapper.Builder - Class in org.mapstruct.ap.internal.model
-  
- MapperConfig - Annotation Type in org.mapstruct
- 
Marks a class or interface as configuration source for generated mappers. 
- MapperConfiguration - Class in org.mapstruct.ap.internal.util
- 
Provides an aggregated view to the settings given via  Mapper and
  MapperConfig for a specific mapper class. 
- MapperCreationProcessor - Class in org.mapstruct.ap.internal.processor
- 
- MapperCreationProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperCreationProcessor
-  
- mapperElement(TypeElement) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-  
- MapperReference - Class in org.mapstruct.ap.internal.model
- 
A reference to another mapper class, which itself may be generated or hand-written. 
- MapperReference(Type, String) - Constructor for class org.mapstruct.ap.internal.model.MapperReference
-  
- MapperReference(Type, String, boolean) - Constructor for class org.mapstruct.ap.internal.model.MapperReference
-  
- mapperReferences(List<MapperReference>) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-  
- MapperRenderingProcessor - Class in org.mapstruct.ap.internal.processor
- 
A  ModelElementProcessor which creates a Java source file representing
 the given  Mapper object, unless the given mapper type is erroneous. 
- MapperRenderingProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperRenderingProcessor
-  
- Mappers - Class in org.mapstruct.factory
- 
Factory for obtaining mapper instances if no explicit component model such as CDI is configured via
  Mapper.componentModel(). 
- MapperServiceProcessor - Class in org.mapstruct.ap.internal.processor
- 
A  ModelElementProcessor which creates files in the  META-INF/services
 hierarchy for classes with custom implementation class or package name. 
- MapperServiceProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperServiceProcessor
-  
- Mapping - Class in org.mapstruct.ap.internal.model.source
- 
Represents a property mapping as configured via @Mapping.
 
- mapping(Mapping) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
-  
- Mapping - Annotation Type in org.mapstruct
- 
Configures the mapping of one bean attribute or enum constant. 
- MappingBuilderContext - Class in org.mapstruct.ap.internal.model
- 
This class provides the context for the builders. 
- MappingBuilderContext(TypeFactory, Elements, Types, FormattingMessager, Options, MappingBuilderContext.MappingResolver, TypeElement, List<SourceMethod>, List<MapperReference>) - Constructor for class org.mapstruct.ap.internal.model.MappingBuilderContext
-  
- MappingBuilderContext.MappingResolver - Interface in org.mapstruct.ap.internal.model
- 
Resolves the most suitable way for mapping an element (property, iterable element etc.) from source to target. 
- mappingContext(MappingBuilderContext) - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
-  
- mappingContext(MappingBuilderContext) - Method in class org.mapstruct.ap.internal.model.EnumMappingMethod.Builder
-  
- mappingContext(MappingBuilderContext) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
-  
- mappingContext(MappingBuilderContext) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-  
- MappingInheritanceStrategy - Enum in org.mapstruct
- 
Strategy for inheriting configurations given for methods of prototype mapping methods (declared on mapper config
 classes) to actual mapping methods declared on mappers referring to such config class via  Mapper.config(). 
- MappingMethod - Class in org.mapstruct.ap.internal.model
- 
A method implemented or referenced by a  Mapper class. 
- MappingMethod(Method, Collection<String>, List<LifecycleCallbackMethodReference>, List<LifecycleCallbackMethodReference>) - Constructor for class org.mapstruct.ap.internal.model.MappingMethod
- 
constructor to be overloaded when local variable names are required prior to calling this constructor. 
- MappingMethod(Method) - Constructor for class org.mapstruct.ap.internal.model.MappingMethod
-  
- MappingMethod(Method, List<LifecycleCallbackMethodReference>, List<LifecycleCallbackMethodReference>) - Constructor for class org.mapstruct.ap.internal.model.MappingMethod
-  
- mappingMethods(List<MappingMethod>) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-  
- MappingOptions - Class in org.mapstruct.ap.internal.model.source
- 
Encapsulates all options specifiable on a mapping method 
- MappingOptions(Map<String, List<Mapping>>, IterableMapping, MapMapping, BeanMapping) - Constructor for class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- MappingProcessor - Class in org.mapstruct.ap
- 
A JSR 269 annotation  Processor which generates the implementations for mapper interfaces (interfaces
 annotated with  @Mapper). 
- MappingProcessor() - Constructor for class org.mapstruct.ap.MappingProcessor
-  
- MappingResolverImpl - Class in org.mapstruct.ap.internal.processor.creation
- 
- MappingResolverImpl(FormattingMessager, Elements, Types, TypeFactory, List<SourceMethod>, List<MapperReference>) - Constructor for class org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
-  
- Mappings - Annotation Type in org.mapstruct
- 
Configures the mappings of several bean attributes. 
- MappingTarget - Annotation Type in org.mapstruct
- 
Declares a parameter of a mapping method to be the target of the mapping. 
- markAsFullyInitialized() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
-  
- matches(List<Type>, Type) - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
- 
Checks whether the provided sourceType and provided targetType match with the parameter respectively return type
 of the method. 
- matches(List<Type>, Type) - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- matches(List<Type>, Type) - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Checks whether the provided sourceType and provided targetType match with the parameter respectively return type
 of the method. 
- matches(List<Type>, Type) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Checks whether the provided sourceType and provided targetType match with the parameter respectively return type
 of the method. 
- Message - Enum in org.mapstruct.ap.internal.util
- 
A message used in warnings/errors raised by the annotation processor. 
- messager(FormattingMessager) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
-  
- method(Method) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
-  
- method(Method) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-  
- method(Method) - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.Builder
-  
- Method - Interface in org.mapstruct.ap.internal.model.source
- 
This interface makes available common method properties and a matching method There are 2 known implementors:
  BuiltInMethod and  SourceMethod
- method(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
-  
- MethodMatcher - Class in org.mapstruct.ap.internal.model.source
- 
SourceMethodMatcher $8.4 of the JavaLanguage specification describes a method body as such:
 
 SourceMethodDeclaration: SourceMethodHeader SourceMethodBody
 SourceMethodHeader: SourceMethodModifiers TypeParameters Result SourceMethodDeclarator Throws
 SourceMethodDeclarator: Identifier ( FormalParameterList )
 example <T extends String & Serializable>  T   getResult(? 
- MethodReference - Class in org.mapstruct.ap.internal.model
- 
Represents a reference to another method, e.g. used to map a bean property from source to target type or to
 instantiate the return value of a mapping method (rather than calling the newoperator).
 
- MethodReference(Method, MapperReference, Type) - Constructor for class org.mapstruct.ap.internal.model.MethodReference
- 
Creates a new reference to the given method. 
- MethodReference(BuiltInMethod, ConversionContext) - Constructor for class org.mapstruct.ap.internal.model.MethodReference
-  
- MethodRetrievalProcessor - Class in org.mapstruct.ap.internal.processor
- 
A  ModelElementProcessor which retrieves a list of  SourceMethods
 representing all the mapping methods of the given bean mapper type as well as
 all referenced mapper methods declared by other mappers referenced by the
 current mapper. 
- MethodRetrievalProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MethodRetrievalProcessor
-  
- methods(List<MappingMethod>) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-  
- MethodSelector - Interface in org.mapstruct.ap.internal.model.source.selector
- 
Implementations select those methods from a given input set which match the given source and target type of a mapping
 and optionally other given criteria. 
- MethodSelectors - Class in org.mapstruct.ap.internal.model.source.selector
- 
- MethodSelectors(Types, Elements, TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.selector.MethodSelectors
-  
- MethodType - Enum in org.mapstruct.ap.spi
- 
Different types of a method. 
- ModelElement - Class in org.mapstruct.ap.internal.model.common
- 
Base class of all model elements. 
- ModelElement() - Constructor for class org.mapstruct.ap.internal.model.common.ModelElement
-  
- ModelElementProcessor<P,R> - Interface in org.mapstruct.ap.internal.processor
- 
A processor which performs one task of the mapper generation, e.g. retrieving
 methods from the source  TypeElement, performing validity checks or
 generating the output source file. 
- ModelElementProcessor.ProcessorContext - Interface in org.mapstruct.ap.internal.processor
- 
- ModelIncludeDirective - Class in org.mapstruct.ap.internal.writer
- 
A  TemplateDirectiveModel which allows to recursively write a graph of
  Writables, with each element using its own template. 
- ModelIncludeDirective(Configuration) - Constructor for class org.mapstruct.ap.internal.writer.ModelIncludeDirective
-  
- ModelWriter - Class in org.mapstruct.ap.internal.writer
- 
Writes Java source files based on given mapper models, using a FreeMarker
 template. 
- ModelWriter() - Constructor for class org.mapstruct.ap.internal.writer.ModelWriter
-  
- options(Options) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-  
- options(Options) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-  
- Options - Class in org.mapstruct.ap.internal.option
- 
The options passed to the code generator. 
- Options(boolean, boolean, ReportingPolicy, String, boolean) - Constructor for class org.mapstruct.ap.internal.option.Options
-  
- OptionsHelper - Class in org.mapstruct.ap.internal.option
- 
Helper class for dealing with  Options. 
- org.mapstruct - package org.mapstruct
- 
 MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating
 mapping code at compile time, following a convention-over-configuration approach. 
- org.mapstruct.ap - package org.mapstruct.ap
- 
 This package and it sub-packages contain the implementation of the MapStruct annotation processor. 
- org.mapstruct.ap.internal.conversion - package org.mapstruct.ap.internal.conversion
- 
 Provides built-in conversions between primitive and wrapper types, strings, dates etc. 
- org.mapstruct.ap.internal.model - package org.mapstruct.ap.internal.model
- 
 Meta-model of mapper types, their methods, mappings between properties etc. 
- org.mapstruct.ap.internal.model.assignment - package org.mapstruct.ap.internal.model.assignment
- 
Meta-model of assignments. 
- org.mapstruct.ap.internal.model.common - package 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.dependency - package org.mapstruct.ap.internal.model.dependency
-  
- org.mapstruct.ap.internal.model.source - package 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 - package 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 - package 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.naming - package org.mapstruct.ap.internal.naming
-  
- org.mapstruct.ap.internal.option - package org.mapstruct.ap.internal.option
- 
 Provides access to the options passed to the annotation processor. 
- org.mapstruct.ap.internal.processor - package 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. 
- org.mapstruct.ap.internal.processor.creation - package org.mapstruct.ap.internal.processor.creation
- 
- org.mapstruct.ap.internal.services - package org.mapstruct.ap.internal.services
-  
- org.mapstruct.ap.internal.util - package org.mapstruct.ap.internal.util
- 
 Several helper types dealing with collection types, option management etc. 
- org.mapstruct.ap.internal.util.workarounds - package org.mapstruct.ap.internal.util.workarounds
-  
- org.mapstruct.ap.internal.version - package org.mapstruct.ap.internal.version
- 
 Provides various version information
  
- org.mapstruct.ap.internal.writer - package org.mapstruct.ap.internal.writer
- 
 Infrastructure for dealing with the FreeMarker template engine. 
- org.mapstruct.ap.spi - package org.mapstruct.ap.spi
- 
 SPI (service provider interface) contracts to be implemented for advanced use cases. 
- org.mapstruct.factory - package org.mapstruct.factory
- 
 Provides the  Mappers factory class for the retrieval of mapper instances if no
 explicit component model such as CDI is configured via  Mapper.componentModel(). 
- org.mapstruct.util - package org.mapstruct.util
-  
- overridesMethod() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-  
- overridesMethod() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
-  
- overridesMethod() - Method in interface org.mapstruct.ap.internal.model.source.Method
- 
Whether this method overrides an abstract method. 
- overridesMethod() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
- 
Whether an implementation of this method must be generated or not. 
- valueDateFormat(String) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-  
- valueOf(String) - Static method in enum org.mapstruct.ap.internal.model.assignment.Assignment.AssignmentType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.ap.internal.model.common.Accessibility
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.ap.internal.option.ReportingPolicy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.ap.internal.util.Message
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.ap.spi.MethodType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.CollectionMappingStrategy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.MappingInheritanceStrategy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.NullValueMappingStrategy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.mapstruct.ReportingPolicy
- 
Returns the enum constant of this type with the specified name. 
- valueQualifiers(List<TypeMirror>) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-  
- valueQualifyingTargetType(TypeMirror) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-  
- values() - Static method in enum org.mapstruct.ap.internal.model.assignment.Assignment.AssignmentType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.ap.internal.model.common.Accessibility
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.ap.internal.option.ReportingPolicy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.ap.internal.util.Message
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.ap.spi.MethodType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.CollectionMappingStrategy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.MappingInheritanceStrategy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.NullValueMappingStrategy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.mapstruct.ReportingPolicy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- versionInformation(VersionInformation) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-  
- versionInformation(VersionInformation) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-  
- VersionInformation - Interface in org.mapstruct.ap.internal.version
- 
Provides information about the processor version and the processor context implementation version 
- VirtualMappingMethod - Class in org.mapstruct.ap.internal.model
- 
A mapping method which is not based on an actual method declared in the original mapper interface but is added as
 private method to map a certain source/target type combination. 
- VirtualMappingMethod(BuiltInMethod) - Constructor for class org.mapstruct.ap.internal.model.VirtualMappingMethod
-