Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

AbstractJavaTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Base type for mapping Java 8 time types to String and vice versa.
AbstractJavaTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
 
AbstractJodaTypeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Base class for conversions between Joda-Time types and String.
AbstractJodaTypeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
 
AbstractNumberToStringConversion - Class in org.mapstruct.ap.internal.conversion
AbstractNumberToStringConversion(boolean) - Constructor for class org.mapstruct.ap.internal.conversion.AbstractNumberToStringConversion
 
Accessibility - Enum in org.mapstruct.ap.internal.model.common
Accessibility of an element
AccessorNamingStrategy - Interface in org.mapstruct.ap.spi
A service provider interface for the mapping between method names and properties.
addAnnotation(Annotation) - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
adderMethodsIn(Iterable<ExecutableElement>) - Static method in class org.mapstruct.ap.internal.util.Filters
 
AdderWrapper - Class in org.mapstruct.ap.internal.model.assignment
Wraps the assignment in a target setter.
AdderWrapper(Assignment, List<Type>, String, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.AdderWrapper
 
addIfImportRequired(Collection<Type>, Type) - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
addThrownTypes(List<Type>) - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
adjustDecorator(Mapper) - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
 
AfterMapping - Annotation Type in org.mapstruct
Marks a method to be invoked at the end of a generated mapping method, right before the last return statement of the mapping method.
afterMappingMethods(Method, SelectionParameters, MappingBuilderContext) - Static method in class org.mapstruct.ap.internal.model.LifecycleCallbackFactory
 
ALWAYS_GENERATE_SERVICE_FILE - Static variable in class org.mapstruct.ap.MappingProcessor
 
Annotation - Class in org.mapstruct.ap.internal.model
Represents a Java 5 annotation.
Annotation(Type) - Constructor for class org.mapstruct.ap.internal.model.Annotation
 
Annotation(Type, List<String>) - Constructor for class org.mapstruct.ap.internal.model.Annotation
 
AnnotationBasedComponentModelProcessor - Class in org.mapstruct.ap.internal.processor
An ModelElementProcessor which converts the given Mapper object into an annotation based component model in case a matching model is selected as target component model for this mapper.
AnnotationBasedComponentModelProcessor() - Constructor for class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
 
AnnotationMapperReference - Class in org.mapstruct.ap.internal.model
Mapper reference which is retrieved via Annotation-based dependency injection.
AnnotationMapperReference(Type, String, List<Annotation>, boolean) - Constructor for class org.mapstruct.ap.internal.model.AnnotationMapperReference
 
AnnotationProcessingException - Exception in org.mapstruct.ap.internal.util
Indicates an error during annotation processing.
AnnotationProcessingException(String) - Constructor for exception org.mapstruct.ap.internal.util.AnnotationProcessingException
 
AnnotationProcessingException(String, Element) - Constructor for exception org.mapstruct.ap.internal.util.AnnotationProcessingException
 
AnnotationProcessingException(String, Element, AnnotationMirror) - Constructor for exception org.mapstruct.ap.internal.util.AnnotationProcessingException
 
AnnotationProcessingException(String, Element, AnnotationMirror, AnnotationValue) - Constructor for exception org.mapstruct.ap.internal.util.AnnotationProcessingException
 
ANY_REMAINING - Static variable in class org.mapstruct.MappingConstants
Represents any source that is not already mapped by either a defined mapping or by means of name based mapping.
ANY_UNMAPPED - Static variable in class org.mapstruct.MappingConstants
Represents any source that is not already mapped by a defined mapping.
applyInheritedOptions(MappingOptions, boolean, SourceMethod, FormattingMessager, TypeFactory) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
Merges in all the mapping options configured, giving the already defined options precedence.
ArrayCopyWrapper - Class in org.mapstruct.ap.internal.model.assignment
Decorates the assignment as a Map or Collection constructor
ArrayCopyWrapper(Assignment, String, Type, Type, Collection<String>) - Constructor for class org.mapstruct.ap.internal.model.assignment.ArrayCopyWrapper
 
asCollectionOrMap(Type) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
Converts any collection type, e.g.
asElement(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
asMemberOf(DeclaredType, Element) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
asSet(T...) - Static method in class org.mapstruct.ap.internal.util.Collections
 
asSet(Collection<T>, T...) - Static method in class org.mapstruct.ap.internal.util.Collections
 
asSet(Collection<T>, Collection<T>...) - Static method in class org.mapstruct.ap.internal.util.Collections
 
Assignment - Interface in org.mapstruct.ap.internal.model.assignment
Assignment represents all kind of manners a source can be assigned to a target.
Assignment.AssignmentType - Enum in org.mapstruct.ap.internal.model.assignment
 
AssignmentWrapper - Class in org.mapstruct.ap.internal.model.assignment
Base class for decorators (wrappers).
AssignmentWrapper(Assignment) - Constructor for class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 

B

BeanMapping - Class in org.mapstruct.ap.internal.model.source
Represents an bean mapping as configured via @BeanMapping.
BeanMapping - Annotation Type in org.mapstruct
Configures the mapping between two bean types.
BeanMappingMethod - Class in org.mapstruct.ap.internal.model
A MappingMethod implemented by a Mapper class which maps one bean type to another, optionally configured by one or more PropertyMappings.
BeanMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
 
BeforeMapping - Annotation Type in org.mapstruct
Marks a method to be invoked at the beginning of a generated mapping method.
beforeMappingMethods(Method, SelectionParameters, MappingBuilderContext) - Static method in class org.mapstruct.ap.internal.model.LifecycleCallbackFactory
 
BigDecimalToBigIntegerConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigDecimal and BigInteger.
BigDecimalToBigIntegerConversion() - Constructor for class org.mapstruct.ap.internal.conversion.BigDecimalToBigIntegerConversion
 
BigDecimalToPrimitiveConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigDecimal and native number types.
BigDecimalToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.BigDecimalToPrimitiveConversion
 
BigDecimalToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigDecimal and String.
BigDecimalToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.BigDecimalToStringConversion
 
BigDecimalToWrapperConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigDecimal and wrappers of native number types.
BigDecimalToWrapperConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.BigDecimalToWrapperConversion
 
BigIntegerToPrimitiveConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigInteger and native number types.
BigIntegerToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.BigIntegerToPrimitiveConversion
 
BigIntegerToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigInteger and String.
BigIntegerToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.BigIntegerToStringConversion
 
BigIntegerToWrapperConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between BigInteger and wrappers of native number types.
BigIntegerToWrapperConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.BigIntegerToWrapperConversion
 
boxedClass(PrimitiveType) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
build() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer.GraphAnalyzerBuilder
Builds the analyzer and triggers traversal of all nodes for detecting potential cycles and calculates the full list of descendants of each node.
build() - Method in class org.mapstruct.ap.internal.model.EnumMappingMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.PropertyMapping.ConstantMappingBuilder
 
build() - Method in class org.mapstruct.ap.internal.model.PropertyMapping.JavaExpressionMappingBuilder
 
build() - Method in class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 
build() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
build() - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
 
build() - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
build() - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
build() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.Decorator.Builder
 
builder() - Static method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.EnumMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.Mapper.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
Builder() - Constructor for class org.mapstruct.ap.internal.model.ValueMappingMethod.Builder
 
BuilderFromMapping() - Constructor for class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
 
BuilderFromProperty() - Constructor for class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
BuilderFromTargetMapping() - Constructor for class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
BuiltInMappingMethods - Class in org.mapstruct.ap.internal.model.source.builtin
Registry for all built-in methods.
BuiltInMappingMethods(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.BuiltInMappingMethods
 
BuiltInMethod - Class in org.mapstruct.ap.internal.model.source.builtin
Represents a "built-in" mapping method which will be added as private method to the generated mapper.
BuiltInMethod() - Constructor for class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
 

C

CalendarToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
CalendarToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.CalendarToXmlGregorianCalendar
 
CalendarToZonedDateTime - Class in org.mapstruct.ap.internal.model.source.builtin
BuiltInMethod for mapping between Calendar and ZonedDateTime.
canAccess(Type, ExecutableElement) - Method in class org.mapstruct.ap.internal.model.common.Type
 
canInheritFrom(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
capitalize(String) - Static method in class org.mapstruct.ap.internal.util.Strings
 
capture(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
CdiComponentProcessor - Class in org.mapstruct.ap.internal.processor
A ModelElementProcessor which converts the given Mapper object into an application-scoped CDI bean in case CDI is configured as the target component model for this mapper.
CdiComponentProcessor() - Constructor for class org.mapstruct.ap.internal.processor.CdiComponentProcessor
 
CharToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between char and String.
CharToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.CharToStringConversion
 
CharWrapperToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between Character and String.
CharWrapperToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.CharWrapperToStringConversion
 
classTypeOf(Type) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
Returns the Type that represents the declared Class type of the given type.
CollectionMappingStrategy - Enum in org.mapstruct
Strategy for propagating the value of collection-typed properties from source to target.
Collections - Class in org.mapstruct.ap.internal.util
Provides utility methods around collections.
compareTo(Type) - Method in class org.mapstruct.ap.internal.model.common.Type
 
componentModel(Options) - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
config() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
constantExpression(String) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.ConstantMappingBuilder
 
ConstantMappingBuilder() - Constructor for class org.mapstruct.ap.internal.model.PropertyMapping.ConstantMappingBuilder
 
Constructor - Interface in org.mapstruct.ap.internal.model
Basic interface class that facilitates an empty constructor
contains(TypeMirror, TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
containsTargetTypeParameter(List<Parameter>) - Static method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
ConversionContext - Interface in org.mapstruct.ap.internal.model.common
Context object passed to conversion providers and built-in methods.
ConversionProvider - Interface in org.mapstruct.ap.internal.conversion
Implementations create inline TypeConversions such as (long)source, Integer.valueOf(source) or new SimpleDateFormat().format( source ).
Conversions - Class in org.mapstruct.ap.internal.conversion
Holds built-in ConversionProviders such as from int to String.
Conversions(Elements, TypeFactory) - Constructor for class org.mapstruct.ap.internal.conversion.Conversions
 
copyForInheritanceTo(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.Mapping
Creates a copy of this mapping, which is adapted to the given method
copyForInheritanceTo(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.SourceReference
Creates a copy of this reference, which is adapted to the given method
CreateDecimalFormat - Class in org.mapstruct.ap.internal.conversion
HelperMethod that creates a DecimalFormat DecimalFormat df = new DecimalFormat( numberFormat ) with setParseBigDecimal set to true.
CreateDecimalFormat(TypeFactory) - Constructor for class org.mapstruct.ap.internal.conversion.CreateDecimalFormat
 
CreateOrUpdateSelector - Class in org.mapstruct.ap.internal.model.source.selector
Selection based on type of method (create - or update method).
CreateOrUpdateSelector() - Constructor for class org.mapstruct.ap.internal.model.source.selector.CreateOrUpdateSelector
 

D

DATE_TIME_FORMAT - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
DATE_TIME_FORMAT_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
DATE_TIME_FORMATTER_FQN - Static variable in class org.mapstruct.ap.internal.util.JavaTimeConstants
 
DATE_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
DATE_TIME_ZONE_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
DateToSqlDateConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between Date and Date.
DateToSqlDateConversion() - Constructor for class org.mapstruct.ap.internal.conversion.DateToSqlDateConversion
 
DateToSqlTimeConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between Date and Time.
DateToSqlTimeConversion() - Constructor for class org.mapstruct.ap.internal.conversion.DateToSqlTimeConversion
 
DateToSqlTimestampConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between Date and Timestamp.
DateToSqlTimestampConversion() - Constructor for class org.mapstruct.ap.internal.conversion.DateToSqlTimestampConversion
 
DateToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between String and Date.
DateToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.DateToStringConversion
 
DateToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
DateToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.DateToXmlGregorianCalendar
 
decapitalize(String) - Static method in class org.mapstruct.ap.internal.util.Strings
 
DecoratedWith - Annotation Type in org.mapstruct
Specifies a decorator to be applied to a generated mapper, which e.g. can be used to amend mappings performed by generated mapping methods.
Decorator - Class in org.mapstruct.ap.internal.model
Represents a decorator applied to a generated mapper type.
decorator(Decorator) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
Decorator.Builder - Class in org.mapstruct.ap.internal.model
 
DecoratorConstructor - Class in org.mapstruct.ap.internal.model
Represents the constructor of a decorator.
DecoratorConstructor(String, String, boolean) - Constructor for class org.mapstruct.ap.internal.model.DecoratorConstructor
 
decoratorPrism(DecoratedWithPrism) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
DEFAULT_COMPONENT_MODEL - Static variable in class org.mapstruct.ap.MappingProcessor
 
DefaultAccessorNamingStrategy - Class in org.mapstruct.ap.spi
The default JavaBeans-compliant implementation of the AccessorNamingStrategy service provider interface.
DefaultAccessorNamingStrategy() - Constructor for class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
 
DefaultConversionContext - Class in org.mapstruct.ap.internal.model.common
Default implementation of the ConversionContext passed to conversion providers.
DefaultConversionContext(TypeFactory, FormattingMessager, Type, Type, String, String) - Constructor for class org.mapstruct.ap.internal.model.common.DefaultConversionContext
 
defaultFormatterSuffix() - Method in class org.mapstruct.ap.internal.conversion.AbstractJavaTimeToStringConversion
 
defaultFormatterSuffix() - Method in class org.mapstruct.ap.internal.conversion.JavaLocalDateTimeToStringConversion
 
defaultFormatterSuffix() - Method in class org.mapstruct.ap.internal.conversion.JavaLocalDateToStringConversion
 
defaultFormatterSuffix() - Method in class org.mapstruct.ap.internal.conversion.JavaLocalTimeToStringConversion
 
defaultFormatterSuffix() - Method in class org.mapstruct.ap.internal.conversion.JavaZonedDateTimeToStringConversion
 
DefaultMapperReference - Class in org.mapstruct.ap.internal.model
Mapper reference which is retrieved via the Mappers#getMapper() method.
DefaultModelElementProcessorContext - Class in org.mapstruct.ap.internal.processor
Default implementation of the processor context.
DefaultModelElementProcessorContext(ProcessingEnvironment, Options) - Constructor for class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
 
defaultValue(String) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 
DefaultVersionInformation - Class in org.mapstruct.ap.internal.processor
Provides information about the processor version and the processor context implementation version.
DelegatingMethod - Class in org.mapstruct.ap.internal.model
A method of a decorator which delegates to the corresponding method of the generated mapper implementation.
DelegatingMethod(Method) - Constructor for class org.mapstruct.ap.internal.model.DelegatingMethod
 
determineTypeArguments(Class<?>) - Method in class org.mapstruct.ap.internal.model.common.Type
Searches for the given superclass and collects all type arguments for the given class
directSupertypes(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
distanceTo(Type) - Method in class org.mapstruct.ap.internal.model.common.Type
Returns the length of the shortest path in the type hierarchy between this type and the specified other type.
doTypeVarsMatch(Type, Type) - Method in class org.mapstruct.ap.internal.model.HelperMethod
Analyzes the Java Generic type variables in the parameter do match the type variables in the build in method same goes for the returnType.
doTypeVarsMatch(Type, Type) - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
Analyzes the Java Generic type variables in the parameter do match the type variables in the build in method same goes for the returnType.
doTypeVarsMatch(Type, Type) - Method in class org.mapstruct.ap.internal.model.source.builtin.JaxbElemToValue
 

E

element(TypeElement) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
elementUtils(Elements) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
elementUtils(Elements) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
EnumConstantWrapper - Class in org.mapstruct.ap.internal.model.assignment
 
EnumConstantWrapper(Assignment, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.EnumConstantWrapper
 
EnumMapping - Class in org.mapstruct.ap.internal.model.source
Represents the mapping between one enum constant and another.
EnumMapping(String, String) - Constructor for class org.mapstruct.ap.internal.model.source.EnumMapping
 
EnumMappingMethod - Class in org.mapstruct.ap.internal.model
A MappingMethod which maps one enum type to another, optionally configured by one or more EnumMappings.
EnumMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
 
EnumStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between String and Enum types.
EnumStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.EnumStringConversion
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.common.Type
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.HelperMethod
equals based on class
equals(Object) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.LocalVariable
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
equals based on class
equals(Object) - Method in class org.mapstruct.ap.internal.model.source.SelectionParameters
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
equals(Object) - Method in class org.mapstruct.ap.internal.model.VirtualMappingMethod
 
erasure() - Method in class org.mapstruct.ap.internal.model.common.Type
 
erasure(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
Executables - Class in org.mapstruct.ap.internal.util
Provides functionality around ExecutableElements.
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.mapstruct.ap.internal.writer.ModelIncludeDirective
 
Experimental - Annotation Type in org.mapstruct.util
Features that are marked with this annotation are considered experimental.
extraImports(SortedSet<Type>) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
extraImports(SortedSet<Type>) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 

F

Field - Class in org.mapstruct.ap.internal.model
A field of a mapper type, e.g. a reference to another mapper.
Field(Type, String, boolean) - Constructor for class org.mapstruct.ap.internal.model.Field
 
Field(Type, String) - Constructor for class org.mapstruct.ap.internal.model.Field
 
Filters - Class in org.mapstruct.ap.internal.util
Filter methods for working with Element collections.
first(Collection<T>) - Static method in class org.mapstruct.ap.internal.util.Collections
 
ForgedMethod - Class in org.mapstruct.ap.internal.model.source
This method will be generated in absence of a suitable abstract method to implement.
ForgedMethod(String, Type, Type, MapperConfiguration, ExecutableElement) - Constructor for class org.mapstruct.ap.internal.model.source.ForgedMethod
Creates a new forged method with the given name.
ForgedMethod(String, ForgedMethod) - Constructor for class org.mapstruct.ap.internal.model.source.ForgedMethod
creates a new ForgedMethod with the same arguments but with a new name
formatStyle() - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
 
formatStyle() - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToStringConversion
 
formatStyle() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalDateTimeToStringConversion
 
formatStyle() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalDateToStringConversion
 
formatStyle() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalTimeToStringConversion
 
FormattingMessager - Interface in org.mapstruct.ap.internal.util
Prints out diagnostics raised by the annotation processor.
formattingParameters(FormattingParameters) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
 
formattingParameters(FormattingParameters) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.ConstantMappingBuilder
 
formattingParameters(FormattingParameters) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 
FormattingParameters - Class in org.mapstruct.ap.internal.model.source
 
FormattingParameters(String, String) - Constructor for class org.mapstruct.ap.internal.model.source.FormattingParameters
 
forSourceReference(String, ExecutableElement, ExecutableElement, Type) - Static method in class org.mapstruct.ap.internal.model.source.PropertyEntry
Constructor used to create SourceReference property entries from a mapping
forTargetReference(String[], ExecutableElement, ExecutableElement, Type) - Static method in class org.mapstruct.ap.internal.model.source.PropertyEntry
Constructor used to create TargetReference property entries
FreeMarkerModelElementWriter - Class in org.mapstruct.ap.internal.writer
Delegate for writing given Writables into a Writer using FreeMarker templates.
FreeMarkerModelElementWriter() - Constructor for class org.mapstruct.ap.internal.writer.FreeMarkerModelElementWriter
 
FreeMarkerWritable - Class in org.mapstruct.ap.internal.writer
A Writable which uses the FreeMarker template engine to generate the output.
FreeMarkerWritable() - Constructor for class org.mapstruct.ap.internal.writer.FreeMarkerWritable
 
from(ConversionContext) - Method in interface org.mapstruct.ap.internal.conversion.ConversionProvider
Creates the conversion from target to source of a property mapping.
from(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToStringConversion
 
from(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.ReverseConversion
 
from(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
 
fromMappingPrism(MappingPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.Mapping
 
fromMappingPrism(ValueMappingPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
fromMappingsPrism(MappingsPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.Mapping
 
fromMappingsPrism(ValueMappingsPrism, ExecutableElement, FormattingMessager, List<ValueMapping>) - Static method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
fromModifiers(Set<Modifier>) - Static method in enum org.mapstruct.ap.internal.model.common.Accessibility
 
fromPrism(BeanMappingPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.BeanMapping
 
fromPrism(IterableMappingPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.IterableMapping
 
fromPrism(MapMappingPrism, ExecutableElement, FormattingMessager) - Static method in class org.mapstruct.ap.internal.model.source.MapMapping
 

G

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.util.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.HelperMethod
 
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
Returns the Accessibility of this method.
getAccessibility() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
getAccessorName() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
 
getAfterMappingReferences() - Method in class org.mapstruct.ap.internal.model.MappingMethod
 
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 interface org.mapstruct.ap.spi.AccessorNamingStrategy
Deprecated.
MapStuct will not call this method anymore. Use AccessorNamingStrategy.getMethodType(ExecutableElement) to determine the MethodType. When collections somehow need to be treated special, it should be done in AccessorNamingStrategy.getMethodType(ExecutableElement) as well. In the future, this method will be removed.
getCollectionGetterName(String) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
 
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.HelperMethod
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.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
 
getDate() - Method in class org.mapstruct.ap.internal.model.source.FormattingParameters
 
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
 
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.HelperMethod
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.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
 
getDefaultTarget() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod
 
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.HelperMethod
 
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.util.Message
 
getElement() - Method in exception org.mapstruct.ap.internal.util.AnnotationProcessingException
 
getElement() - Method in exception org.mapstruct.ap.internal.util.TypeHierarchyErroneousException
 
getElementAssignment() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
getElementName(ExecutableElement) - Method in interface org.mapstruct.ap.spi.AccessorNamingStrategy
Returns the element name of the given adder method.
getElementName(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Adder methods are used to add elements to collections on a target bean.
getElementNameForAdder(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
getElementNames() - Method in class org.mapstruct.ap.internal.model.source.SourceReference
 
getElementNames() - Method in class org.mapstruct.ap.internal.model.source.TargetReference
 
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.HelperMethod
 
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.LocalVariable
 
getFactoryMethod() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
getFactoryMethod(Method, Type, SelectionParameters) - Method in interface org.mapstruct.ap.internal.model.MappingBuilderContext.MappingResolver
returns a no arg factory method
getFactoryMethod(Method, Type, SelectionParameters) - 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
 
getFormattingParameters() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
 
getFormattingParameters() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
getFromConversionExceptionTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractNumberToStringConversion
 
getFromConversionExceptionTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
 
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.AbstractNumberToStringConversion
 
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.DateToSqlDateConversion
 
getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimeConversion
 
getFromExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimestampConversion
 
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.JavaLocalDateToDateConversion
 
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
 
getFullName() - Method in class org.mapstruct.ap.internal.model.source.PropertyEntry
 
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.conversion.CreateDecimalFormat
 
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.EnumConstantWrapper
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.assignment.LocalVarWrapper
 
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.assignment.WrapperForCollectionsAndMaps
 
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.Field
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.HelperMethod
Returns the types used by this method for which import statements need to be generated.
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.LocalVariable
 
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.NestedLocalVariableAssignment
 
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.JodaDateTimeToXmlGregorianCalendar
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateTimeToXmlGregorianCalendar
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateToXmlGregorianCalendar
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalTimeToXmlGregorianCalendar
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.LocalDateToXmlGregorianCalendar
 
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.XmlGregorianCalendarToJodaDateTime
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDate
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDateTime
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalTime
 
getImportTypes() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToLocalDate
 
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.SourceRHS
 
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
 
getKeyFormattingParameters() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
 
getKeySelectionParameters() - 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
 
getLocalTargetVarName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
 
getLocalVariablesToCreate() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
getLocalVarName() - Method in class org.mapstruct.ap.internal.model.assignment.ArrayCopyWrapper
 
getLocalVarName() - Method in class org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
 
getLocalVarType() - Method in class org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
 
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.
getMapperConfiguration() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
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.HelperMethod
mapping target parameter mechanism not supported for built-in methods
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(DeclaredType, 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 interface org.mapstruct.ap.spi.AccessorNamingStrategy
Returns the type of the given method.
getMethodType(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
 
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
 
getMirror() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
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.HelperMethod
Returns then name of the method.
getName() - Method in class org.mapstruct.ap.internal.model.LocalVariable
 
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.PropertyEntry
 
getName() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
Returns then name of the method.
getNamesOfMappingsToGenerate() - Method in class org.mapstruct.ap.internal.model.MappingBuilderContext
 
getNestedLocalVariableAssignments() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
getNoType(TypeKind) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
getNull() - Method in class org.mapstruct.ap.internal.model.common.Type
 
getNullTarget() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod
 
getNullType() - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
getNullValueCheckStrategy() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
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
 
getNumber() - Method in class org.mapstruct.ap.internal.model.source.FormattingParameters
 
getNumberFormat() - Method in interface org.mapstruct.ap.internal.model.common.ConversionContext
 
getNumberFormat() - Method in class org.mapstruct.ap.internal.model.common.DefaultConversionContext
 
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
 
getOriginalName() - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
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.conversion.CreateDecimalFormat
 
getParameter() - Method in class org.mapstruct.ap.internal.model.HelperMethod
There's currently only one parameter foreseen instead of a list of parameter
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.JodaDateTimeToXmlGregorianCalendar
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateTimeToXmlGregorianCalendar
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateToXmlGregorianCalendar
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalTimeToXmlGregorianCalendar
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.LocalDateToXmlGregorianCalendar
 
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.XmlGregorianCalendarToJodaDateTime
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDate
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDateTime
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalTime
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToLocalDate
 
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
 
getParameter() - Method in class org.mapstruct.ap.internal.model.source.TargetReference
 
getParameterAssignments() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
 
getParameterNames() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
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(DeclaredType, 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.HelperMethod
 
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
In contrast to Method.getSourceParameters() this method returns all parameters
getParameters() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
In contrast to Method.getSourceParameters() this method returns all parameters
getPresenceChecker() - Method in class org.mapstruct.ap.internal.model.source.PropertyEntry
 
getPresenceCheckerName() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
 
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
 
getPropertyEntries() - Method in class org.mapstruct.ap.internal.model.source.TargetReference
 
getPropertyMappings() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
getPropertyMappingsByParameter() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
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.
getPropertyName(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Analyzes the method (getter or setter) and derives the property name.
getPropertyPresenceCheckers() - Method in class org.mapstruct.ap.internal.model.common.Type
getPropertyPresenceCheckers
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.
getQualifiedByNames() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
getQualifiedName(TypeMirror) - Static method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Helper method, to obtain the fully qualified name of a type.
getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.SelectionParameters
 
getQualifiers() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
getQualifyingNames() - Method in class org.mapstruct.ap.internal.model.source.SelectionParameters
 
getQualifyingResultType() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
getReadAccessor() - Method in class org.mapstruct.ap.internal.model.source.PropertyEntry
 
getReferencedMappers() - Method in class org.mapstruct.ap.internal.model.Mapper
 
getRequiredHelperMethods(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigDecimalToStringConversion
 
getRequiredHelperMethods(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.BigIntegerToStringConversion
 
getRequiredHelperMethods(ConversionContext) - Method in interface org.mapstruct.ap.internal.conversion.ConversionProvider
 
getRequiredHelperMethods(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToStringConversion
 
getRequiredHelperMethods(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.ReverseConversion
 
getRequiredHelperMethods(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
 
getResultElementType() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
getResultElementTypes() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
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.HelperMethod
 
getResultType() - Method in class org.mapstruct.ap.internal.model.MappingMethod
 
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 interface org.mapstruct.ap.internal.model.source.Method
Returns the type of the result.
getResultType() - Method in class org.mapstruct.ap.internal.model.source.SelectionParameters
 
getResultType() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
getReturnType() - Method in class org.mapstruct.ap.internal.conversion.CreateDecimalFormat
 
getReturnType(DeclaredType, 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.JodaDateTimeToXmlGregorianCalendar
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateTimeToXmlGregorianCalendar
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateToXmlGregorianCalendar
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.JodaLocalTimeToXmlGregorianCalendar
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.LocalDateToXmlGregorianCalendar
 
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.XmlGregorianCalendarToJodaDateTime
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDate
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDateTime
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalTime
 
getReturnType() - Method in class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToLocalDate
 
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.
getSelectionParameters() - Method in class org.mapstruct.ap.internal.model.source.BeanMapping
 
getSelectionParameters() - Method in class org.mapstruct.ap.internal.model.source.IterableMapping
 
getSelectionParameters() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
getSetterName() - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
getSingleMappingByTargetPropertyName(String) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
getSingleParameter(DeclaredType, 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
 
getSource() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
getSource() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.MappingEntry
 
getSourceAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
getSourceAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
getSourceBeanName() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
 
getSourceElementType() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
getSourceElementTypes() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
getSourceLocalVarName() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
a local variable name for supporting a null check and avoiding executing a nested method forged method twice
getSourceLocalVarName() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
getSourceLocalVarName() - Method in class org.mapstruct.ap.internal.model.MethodReference
 
getSourceLocalVarName() - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
getSourceLocalVarName() - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
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
 
getSourceParameter() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod
 
getSourceParameters() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
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
 
getSourcePresenceChecker() - Method in class org.mapstruct.ap.internal.model.assignment.NullCheckWrapper
 
getSourcePresenceChecker() - Method in class org.mapstruct.ap.internal.model.assignment.UpdateNullCheckWrapper
 
getSourcePresenceChecker() - Method in class org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
 
getSourcePrimitiveParameters() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
getSourceRef() - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
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, nested method call, etc.
getSourceReference() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
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.SourceRHS
 
getSourceReference() - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
getSourceType() - Method in class org.mapstruct.ap.internal.model.assignment.AdderWrapper
 
getSourceType() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
the source type.
getSourceType() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
getSourceType() - Method in class org.mapstruct.ap.internal.model.MethodReference
 
getSourceType() - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
getSourceType() - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
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
 
getTarget() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
getTarget() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.MappingEntry
 
getTargetAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
getTargetAnnotationValue() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
getTargetAssignment(Method, String, Type, Type, String, FormattingParameters, SelectionParameters, SourceRHS, boolean) - Method in interface org.mapstruct.ap.internal.model.MappingBuilderContext.MappingResolver
returns a parameter assignment
getTargetAssignment(Method, String, Type, Type, String, FormattingParameters, SelectionParameters, SourceRHS, boolean) - Method in class org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
 
getTargetBean() - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
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
 
getTargetReference() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
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.HelperMethod
target type parameter mechanism not supported for built-in methods
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>, String, Set<String>, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
constructor for property mapping
GetterWrapperForCollectionsAndMaps(Assignment, List<Type>, Set<String>, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.GetterWrapperForCollectionsAndMaps
constructor for e.g. constants and expressions
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.LocalVarWrapper
 
getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapper
 
getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.UpdateWrapper
 
getThrownTypes() - Method in class org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
 
getThrownTypes(DeclaredType, 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.HelperMethod
 
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.SourceRHS
 
getThrownTypes() - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
getToConversionExceptionTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
 
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.AbstractNumberToStringConversion
 
getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimeConversion
 
getToConversionImportTypes(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimestampConversion
 
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.DateToSqlDateConversion
 
getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimeConversion
 
getToExpression(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToSqlTimestampConversion
 
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.JavaLocalDateToDateConversion
 
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
 
getTraversalSequence(String) - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
Returns the traversal sequence number of the given node.
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.Field
Returns the type of this field.
getType() - Method in class org.mapstruct.ap.internal.model.LocalVariable
 
getType() - Method in class org.mapstruct.ap.internal.model.MethodReference
 
getType() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
 
getType() - Method in class org.mapstruct.ap.internal.model.source.PropertyEntry
 
getType() - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
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
 
getValueFormattingParameters() - Method in class org.mapstruct.ap.internal.model.source.MapMapping
 
getValueMappings() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
getValueMappings() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod
 
getValueSelectionParameters() - 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
 
getWrappedType(Type) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
 
getWrapperType(Class<?>) - Static method in class org.mapstruct.ap.internal.util.NativeTypes
 
getWriteAccessor() - Method in class org.mapstruct.ap.internal.model.source.PropertyEntry
 
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
 

H

hasCustomImplementation() - Method in class org.mapstruct.ap.internal.model.Mapper
 
hasDelegateConstructor(boolean) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
hasEmptyAccessibleContructor() - Method in class org.mapstruct.ap.internal.model.common.Type
 
hashCode() - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
hashCode() - Method in class org.mapstruct.ap.internal.model.common.Type
 
hashCode() - Method in class org.mapstruct.ap.internal.model.HelperMethod
hashCode based on class
hashCode() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
hashCode() - Method in class org.mapstruct.ap.internal.model.LocalVariable
 
hashCode() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
hashCode() - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
hashCode() - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod
 
hashCode() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
hashCode based on class
hashCode() - Method in class org.mapstruct.ap.internal.model.source.SelectionParameters
 
hashCode() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
hashCode() - Method in class org.mapstruct.ap.internal.model.VirtualMappingMethod
 
hasMappingTargetParameter() - Method in class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
 
hasNonNullElements(Iterable<E>) - Static method in class org.mapstruct.ap.internal.util.Collections
 
HelperMethod - Class in org.mapstruct.ap.internal.model
A non mapping method to be generated.
HelperMethod() - Constructor for class org.mapstruct.ap.internal.model.HelperMethod
 

I

implementationName() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
implementationPackage() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
implName(String) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
implName(String) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
implPackage(String) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
implPackage(String) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
imports() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
InheritanceSelector - Class in org.mapstruct.ap.internal.model.source.selector
Selects on inheritance distance, e.g. the amount of inheritance steps from the parameter type.
InheritanceSelector() - Constructor for class org.mapstruct.ap.internal.model.source.selector.InheritanceSelector
 
InheritConfiguration - Annotation Type in org.mapstruct
Advises the code generator to apply the configuration (as given via Mapping, IterableMapping etc.)
InheritInverseConfiguration - Annotation Type in org.mapstruct
Advises the code generator to apply all the Mappings from an inverse mapping method to the annotated method as well.
init(SourceMethod, FormattingMessager, TypeFactory, boolean) - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
init(ProcessingEnvironment) - Method in class org.mapstruct.ap.MappingProcessor
 
isAdderMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isAdderMethod(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Returns true when the ExecutableElement is an adder method.
isAfterMappingMethod() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isAfterMappingMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isAllwaysIncludeNullCheck() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
 
isAlwaysGenerateSpi() - Method in class org.mapstruct.ap.internal.option.Options
 
isAnnotatedMapper() - Method in class org.mapstruct.ap.internal.model.DefaultMapperReference
 
isAnnotatedWith(String) - Method in class org.mapstruct.ap.internal.model.common.Type
 
isArrayType() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isAssignable(TypeMirror, TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
isAssignableTo(Type) - Method in class org.mapstruct.ap.internal.model.common.Type
Whether this type is assignable to the given other type.
isBeanMapping() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isBeforeMappingMethod() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isBeforeMappingMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isCollectionOrMapType() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isCollectionType() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isDefault() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
isDefault() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
 
isDefault() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
isDefault() - Method in interface org.mapstruct.ap.internal.model.source.Method
Whether this method is Java 8 default method
isDefault() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isDefaultMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isDirectAssignment() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
 
isEclipseJDTCompiler() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
 
isEclipseJDTCompiler() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
 
isEmpty(String) - Static method in class org.mapstruct.ap.internal.util.Strings
 
isEnumMapping() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isEnumSet() - Method in class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
 
isEnumType() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isErroneous() - Method in class org.mapstruct.ap.internal.processor.DefaultModelElementProcessorContext
 
isErroneous() - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor.ProcessorContext
Whether the currently processed mapper type is erroneous which is the case if at least one diagnostic with Diagnostic.Kind.ERROR is reported by any of the participating processors.
isExistingInstanceMapping() - Method in class org.mapstruct.ap.internal.model.MappingMethod
 
isFullyInitialized() - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
isGeneratedTypeAvailable() - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
isGetterMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isGetterMethod(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Returns true when the ExecutableElement is a getter method.
isIgnored() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
isImported() - Method in class org.mapstruct.ap.internal.model.common.Type
Whether this type is imported by means of an import statement in the currently generated source file (meaning it can be referenced in the generated source using its simple name) or not (meaning it has to be referenced using the fully-qualified name).
isInterface() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isInvokeSuperConstructor() - Method in class org.mapstruct.ap.internal.model.DecoratorConstructor
 
isIterableMapping() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isIterableType() - Method in class org.mapstruct.ap.internal.model.common.Type
Whether this type is a sub-type of Iterable or an array type.
isJavacCompiler() - Method in class org.mapstruct.ap.internal.processor.DefaultVersionInformation
 
isJavacCompiler() - Method in interface org.mapstruct.ap.internal.version.VersionInformation
 
isLifecycleCallbackMethod() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
isLifecycleCallbackMethod() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
 
isLifecycleCallbackMethod() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
isLifecycleCallbackMethod() - Method in interface org.mapstruct.ap.internal.model.source.Method
 
isLifecycleCallbackMethod() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isLifecycleCallbackMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isMapMapping() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isMapNullToDefault() - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod
 
isMapNullToDefault() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
isMapNullToDefault() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
isMappingTarget() - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
isMapToDefault(NullValueMappingStrategyPrism) - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
isMapType() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isNumber(Class<?>) - Static method in class org.mapstruct.ap.internal.util.NativeTypes
 
isOverridden() - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod
 
isOverridden() - Method in class org.mapstruct.ap.internal.model.MapMappingMethod
 
isPreferUpdateMapping() - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
isPresenceCheckMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isPresenceCheckMethod(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Returns true when the ExecutableElement is a presence check method that checks if the corresponding property is present (e.g. not null, not nil, ..).
isPrimitive() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isReverse(boolean) - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
isSame(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isSameType(TypeMirror, TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
isSetterMethod(ExecutableElement) - Static method in class org.mapstruct.ap.internal.util.Executables
 
isSetterMethod(ExecutableElement) - Method in class org.mapstruct.ap.spi.DefaultAccessorNamingStrategy
Returns true when the ExecutableElement is a setter method.
isStatic() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
isStatic() - Method in class org.mapstruct.ap.internal.model.MappingMethod
 
isStatic() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
 
isStatic() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
isStatic() - Method in interface org.mapstruct.ap.internal.model.source.Method
Whether this method is static or an instance method
isStatic() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isSubsignature(ExecutableType, ExecutableType) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
isSubtype(TypeMirror, TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
isSuppressGeneratorTimestamp() - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
isSuppressGeneratorTimestamp() - Method in class org.mapstruct.ap.internal.option.Options
 
isSuppressGeneratorVersionComment() - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
isSuppressGeneratorVersionComment() - Method in class org.mapstruct.ap.internal.option.Options
 
isTargetType() - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
isThrowIllegalArgumentException() - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod
 
isTypeAvailable(String) - Method in class org.mapstruct.ap.internal.model.common.TypeFactory
Determines if the type with the given full qualified name is part of the classpath
isTypeRequiresImport() - Method in class org.mapstruct.ap.internal.model.Field
field needs to be imported
isTypeVar() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isUpdateMethod() - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.HelperMethod
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.MethodReference
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
isUpdateMethod() - Method in interface org.mapstruct.ap.internal.model.source.Method
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
isUpdateMethod() - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
isUsed() - Method in class org.mapstruct.ap.internal.model.Field
indicates whether the field is indeed used
isValid() - Method in class org.mapstruct.ap.internal.model.source.SourceReference
 
isValid() - Method in class org.mapstruct.ap.internal.model.source.TargetReference
 
isValid() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
isValueMapping() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
The default enum mapping (no mappings specified) will from now on be handled as a value mapping.
isVoid() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isWildCardExtendsBound() - Method in class org.mapstruct.ap.internal.model.common.Type
 
isWildCardSuperBound() - Method in class org.mapstruct.ap.internal.model.common.Type
 
IterableMapping - Class in org.mapstruct.ap.internal.model.source
Represents an iterable mapping as configured via @IterableMapping.
IterableMapping - Annotation Type in org.mapstruct
Configures the mapping between two iterable types, e.g.
IterableMappingMethod - Class in org.mapstruct.ap.internal.model
A MappingMethod implemented by a Mapper class which maps one iterable type to another.
IterableMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
 

J

javaExpression(String) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.JavaExpressionMappingBuilder
 
JavaExpressionMappingBuilder() - Constructor for class org.mapstruct.ap.internal.model.PropertyMapping.JavaExpressionMappingBuilder
 
JavaLocalDateTimeToDateConversion - Class in org.mapstruct.ap.internal.conversion
SimpleConversion for mapping LocalDateTime to Date and vice versa.
JavaLocalDateTimeToDateConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaLocalDateTimeToDateConversion
 
JavaLocalDateTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Specialization of AbstractJavaTimeToStringConversion for converting LocalDateTime
JavaLocalDateTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaLocalDateTimeToStringConversion
 
JavaLocalDateToDateConversion - Class in org.mapstruct.ap.internal.conversion
SimpleConversion for mapping LocalDate to Date and vice versa.
JavaLocalDateToDateConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaLocalDateToDateConversion
 
JavaLocalDateToStringConversion - Class in org.mapstruct.ap.internal.conversion
Specialization of AbstractJavaTimeToStringConversion for converting LocalDate
JavaLocalDateToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaLocalDateToStringConversion
 
JavaLocalTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Specialization of AbstractJavaTimeToStringConversion for converting LocalTime
JavaLocalTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaLocalTimeToStringConversion
 
JavaTimeConstants - Class in org.mapstruct.ap.internal.util
Helper holding Java time full qualified class names for conversion registration
JavaZonedDateTimeToDateConversion - Class in org.mapstruct.ap.internal.conversion
SimpleConversion for mapping ZonedDateTime to Date and vice versa.
JavaZonedDateTimeToDateConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaZonedDateTimeToDateConversion
 
JavaZonedDateTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Specialization of AbstractJavaTimeToStringConversion for converting ZonedDateTime
JavaZonedDateTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JavaZonedDateTimeToStringConversion
 
JAXB_ELEMENT_FQN - Static variable in class org.mapstruct.ap.internal.util.JaxbConstants
 
JaxbConstants - Class in org.mapstruct.ap.internal.util
Helper holding JAXB time full qualified class names for conversion registration
JaxbElemToValue - Class in org.mapstruct.ap.internal.model.source.builtin
 
JaxbElemToValue(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.JaxbElemToValue
 
JodaDateTimeToCalendarConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between DateTime and Calendar.
JodaDateTimeToCalendarConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaDateTimeToCalendarConversion
 
JodaDateTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between DateTime and String.
JodaDateTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaDateTimeToStringConversion
 
JodaDateTimeToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
JodaDateTimeToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.JodaDateTimeToXmlGregorianCalendar
 
JodaLocalDateTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between LocalDateTime and String.
JodaLocalDateTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaLocalDateTimeToStringConversion
 
JodaLocalDateTimeToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
JodaLocalDateTimeToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateTimeToXmlGregorianCalendar
 
JodaLocalDateToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between LocalDate and String.
JodaLocalDateToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaLocalDateToStringConversion
 
JodaLocalDateToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
JodaLocalDateToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.JodaLocalDateToXmlGregorianCalendar
 
JodaLocalTimeToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between LocalTime and String.
JodaLocalTimeToStringConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaLocalTimeToStringConversion
 
JodaLocalTimeToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
JodaLocalTimeToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.JodaLocalTimeToXmlGregorianCalendar
 
JodaTimeConstants - Class in org.mapstruct.ap.internal.util
Helper holding constants for working with Joda-Time.
JodaTimeToDateConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between the following Joda types and Date: org.joda.time.DateTime org.joda.time.LocalDateTime org.joda.time.LocalDate
JodaTimeToDateConversion() - Constructor for class org.mapstruct.ap.internal.conversion.JodaTimeToDateConversion
 
join(List<T>, List<T>) - Static method in class org.mapstruct.ap.internal.util.Collections
 
join(Iterable<?>, String) - Static method in class org.mapstruct.ap.internal.util.Strings
 
joinAndCamelize(Iterable<?>) - Static method in class org.mapstruct.ap.internal.util.Strings
 
Jsr330ComponentProcessor - Class in org.mapstruct.ap.internal.processor
A ModelElementProcessor which converts the given Mapper object into a JSR 330 style bean in case "jsr330" is configured as the target component model for this mapper.
Jsr330ComponentProcessor() - Constructor for class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
 

K

keyFormattingParameters(FormattingParameters) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
keySelectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 

L

last(List<T>) - Static method in class org.mapstruct.ap.internal.util.Collections
 
LifecycleCallbackFactory - Class in org.mapstruct.ap.internal.model
Factory for creating lists of appropriate LifecycleCallbackMethodReferences
LifecycleCallbackMethodReference - Class in org.mapstruct.ap.internal.model
Represents a reference to a method that is annotated with @BeforeMapping or @AfterMapping.
LifecycleCallbackMethodReference(SourceMethod, List<Parameter>) - Constructor for class org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
 
LOCAL_DATE_FQN - Static variable in class org.mapstruct.ap.internal.util.JavaTimeConstants
 
LOCAL_DATE_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
LOCAL_DATE_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JavaTimeConstants
 
LOCAL_DATE_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
LOCAL_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JavaTimeConstants
 
LOCAL_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JodaTimeConstants
 
LocalDateToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
LocalDateToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.LocalDateToXmlGregorianCalendar
 
LocalVariable - Class in org.mapstruct.ap.internal.model
Local variable used in a mapping method.
LocalVariable(String, Type, Assignment) - Constructor for class org.mapstruct.ap.internal.model.LocalVariable
 
LocalVarWrapper - Class in org.mapstruct.ap.internal.model.assignment
Decorates an assignment as local variable.
LocalVarWrapper(Assignment, List<Type>, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.LocalVarWrapper
 

M

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
A MappingMethod implemented by a Mapper class which maps one Map type to another.
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
A ModelElementProcessor which creates a Mapper from the given list of SourceMethods.
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(Mapping) - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
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.
MappingConstants - Class in org.mapstruct
Contains all constants defined in the mapping process.
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
 
mappingContext(MappingBuilderContext) - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.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, List<ValueMapping>) - 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
The one and only implementation of MappingBuilderContext.MappingResolver.
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.HelperMethod
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.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
 
messager(FormattingMessager) - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
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
 
method(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
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 new operator).
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
Applies all known MethodSelectors in order.
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
Context object passed to ModelElementProcessor.process(ProcessorContext, TypeElement, Object) providing access to common infrastructure objects such as Types etc.
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
 

N

name(String) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
Named - Annotation Type in org.mapstruct
Marks mapping methods with the given qualifier name.
NativeTypes - Class in org.mapstruct.ap.internal.util
Provides functionality around the Java primitive data types and their wrapper types.
NestedLocalVariableAssignment - Class in org.mapstruct.ap.internal.model
 
NestedLocalVariableAssignment(String, String, String) - Constructor for class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
NestedPropertyMappingMethod - Class in org.mapstruct.ap.internal.model
This method is used to convert the nested properties as listed in propertyEntries into a method that creates a mapping from the start of this list to the end of the list.
NestedPropertyMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
 
NestedPropertyMappingMethod.SafePropertyEntry - Class in org.mapstruct.ap.internal.model
 
newArrayList(T...) - Static method in class org.mapstruct.ap.internal.util.Collections
 
Nouns - Class in org.mapstruct.ap.internal.util
Class taking care of Noun manipulation
NULL - Static variable in class org.mapstruct.MappingConstants
Represents a null source or target.
NullCheckWrapper - Class in org.mapstruct.ap.internal.model.assignment
Wraps the assignment in a null check.
NullCheckWrapper(Assignment, String) - Constructor for class org.mapstruct.ap.internal.model.assignment.NullCheckWrapper
 
NullValueCheckStrategy - Enum in org.mapstruct
Strategy for dealing with null source values.
nullValueMappingStrategy(NullValueMappingStrategyPrism) - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
 
nullValueMappingStrategy(NullValueMappingStrategyPrism) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
 
nullValueMappingStrategy(NullValueMappingStrategyPrism) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
NullValueMappingStrategy - Enum in org.mapstruct
Strategy for dealing with null values passed to mapping methods.

O

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, ReportingPolicyPrism, String, boolean) - Constructor for class org.mapstruct.ap.internal.option.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.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
Contains all helper classes for the MapperCreationProcessor
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.HelperMethod
 
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.

P

Parameter - Class in org.mapstruct.ap.internal.model.common
A parameter of a mapping method.
Parameter(String, Type, boolean, boolean) - Constructor for class org.mapstruct.ap.internal.model.common.Parameter
 
Parameter(String, Type) - Constructor for class org.mapstruct.ap.internal.model.common.Parameter
 
parseMethod() - Method in class org.mapstruct.ap.internal.conversion.AbstractJodaTypeToStringConversion
 
parseMethod() - Method in class org.mapstruct.ap.internal.conversion.JodaDateTimeToStringConversion
 
parseMethod() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalDateTimeToStringConversion
 
parseMethod() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalDateToStringConversion
 
parseMethod() - Method in class org.mapstruct.ap.internal.conversion.JodaLocalTimeToStringConversion
 
presenceChecker(ExecutableElement) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
presenceCheckMethodsIn(Iterable<ExecutableElement>) - Static method in class org.mapstruct.ap.internal.util.Filters
 
PrimitiveToPrimitiveConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between primitive types such as byte or long.
PrimitiveToPrimitiveConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.PrimitiveToPrimitiveConversion
 
PrimitiveToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between primitive types such as byte or long and String.
PrimitiveToStringConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.PrimitiveToStringConversion
 
PrimitiveToWrapperConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between primitive types such as byte and wrapper types such as Integer.
PrimitiveToWrapperConversion(Class<?>, Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.PrimitiveToWrapperConversion
 
printMessage(Message, Object...) - Method in interface org.mapstruct.ap.internal.util.FormattingMessager
Prints a message of the specified kind.
printMessage(Element, Message, Object...) - Method in interface org.mapstruct.ap.internal.util.FormattingMessager
Prints a message of the specified kind at the location of the element.
printMessage(Element, AnnotationMirror, Message, Object...) - Method in interface org.mapstruct.ap.internal.util.FormattingMessager
Prints a message of the specified kind at the location of the annotation mirror of the annotated element.
printMessage(Element, AnnotationMirror, AnnotationValue, Message, Object...) - Method in interface org.mapstruct.ap.internal.util.FormattingMessager
Prints a message of the specified kind at the location of the annotation value inside the annotation mirror of the annotated element.
process(ModelElementProcessor.ProcessorContext, TypeElement, Mapper) - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, List<SourceMethod>) - Method in class org.mapstruct.ap.internal.processor.MapperCreationProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Mapper) - Method in class org.mapstruct.ap.internal.processor.MapperRenderingProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Mapper) - Method in class org.mapstruct.ap.internal.processor.MapperServiceProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, Void) - Method in class org.mapstruct.ap.internal.processor.MethodRetrievalProcessor
 
process(ModelElementProcessor.ProcessorContext, TypeElement, P) - Method in interface org.mapstruct.ap.internal.processor.ModelElementProcessor
Processes the given source element, representing a Java bean mapper in one form or another.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.mapstruct.ap.MappingProcessor
 
propertyEntries(List<PropertyEntry>) - Method in class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.Builder
 
PropertyEntry - Class in org.mapstruct.ap.internal.model.source
A PropertyEntry contains information on the name, readAccessor (for source), readAccessor and writeAccessor (for targets) and return type of a property.
PropertyMapping - Class in org.mapstruct.ap.internal.model
Represents the mapping between a source and target property, e.g. from String Source#foo to int Target#bar.
PropertyMapping.ConstantMappingBuilder - Class in org.mapstruct.ap.internal.model
 
PropertyMapping.JavaExpressionMappingBuilder - Class in org.mapstruct.ap.internal.model
 
PropertyMapping.PropertyMappingBuilder - Class in org.mapstruct.ap.internal.model
 
PropertyMappingBuilder() - Constructor for class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 

Q

Qualifier - Annotation Type in org.mapstruct
Declares an annotation type to be a qualifier.
QualifierSelector - Class in org.mapstruct.ap.internal.model.source.selector
This selector selects a best match based on qualifier annotations.
QualifierSelector(Types, Elements) - Constructor for class org.mapstruct.ap.internal.model.source.selector.QualifierSelector
 

R

readAccessor(ExecutableElement) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
removeConstructor() - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
removeDecorator() - Method in class org.mapstruct.ap.internal.model.Mapper
 
replacementMapperReference(Field, List<Annotation>) - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
 
replaceTypeElementIfNecessary(Elements, TypeElement) - Static method in class org.mapstruct.ap.internal.util.workarounds.SpecificCompilerWorkarounds
When running during Eclipse Incremental Compilation, we might get a TypeElement that has an UnresolvedTypeBinding and which is not automatically resolved.
ReportingPolicy - Enum in org.mapstruct
Policy for reporting issues occurring during the generation of a mapper implementation.
requiresDecimalFormat(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.AbstractNumberToStringConversion
 
requiresGenerationOfDecoratorClass() - Method in class org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
 
requiresGenerationOfDecoratorClass() - Method in class org.mapstruct.ap.internal.processor.CdiComponentProcessor
 
requiresGenerationOfDecoratorClass() - Method in class org.mapstruct.ap.internal.processor.Jsr330ComponentProcessor
 
requiresGenerationOfDecoratorClass() - Method in class org.mapstruct.ap.internal.processor.SpringComponentProcessor
 
reverse(ConversionProvider) - Static method in class org.mapstruct.ap.internal.conversion.ReverseConversion
 
reverse(SourceMethod, FormattingMessager, TypeFactory) - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
reverse() - Method in class org.mapstruct.ap.internal.model.source.ValueMapping
 
ReverseConversion - Class in org.mapstruct.ap.internal.conversion
A ConversionProvider which creates the reversed conversions for a given conversion provider.
reverses(SourceMethod) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 

S

SafePropertyEntry(PropertyEntry, String) - Constructor for class org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
 
sanitizeIdentifierName(String) - Static method in class org.mapstruct.ap.internal.util.Strings
 
SelectionCriteria - Class in org.mapstruct.ap.internal.model.source.selector
This class groups the selection criteria in one class
SelectionCriteria(SelectionParameters, String, boolean) - Constructor for class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
selectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
 
selectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.IterableMappingMethod.Builder
 
selectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.ConstantMappingBuilder
 
selectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 
SelectionParameters - Class in org.mapstruct.ap.internal.model.source
Holding parameters common to the selection process, common to IterableMapping, BeanMapping, PropertyMapping and MapMapping
SelectionParameters(List<TypeMirror>, List<String>, TypeMirror) - Constructor for class org.mapstruct.ap.internal.model.source.SelectionParameters
 
Services - Class in org.mapstruct.ap.internal.util
A simple locator for SPI implementations.
ServicesEntry - Class in org.mapstruct.ap.internal.model
 
ServicesEntry(String, String, String, String) - Constructor for class org.mapstruct.ap.internal.model.ServicesEntry
 
setAssignment(Assignment) - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
An assignment in itself can wrap another assignment.
setAssignment(Assignment) - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
setAssignment(Assignment) - Method in class org.mapstruct.ap.internal.model.MethodReference
 
setAssignment(Assignment) - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
setAssignment(Assignment) - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
setBeanMapping(BeanMapping) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
setBeanMapping(BeanMapping) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setDeclaringMapper(Type) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setDefininingType(Type) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setExceptionTypes(List<Type>) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setExecutable(ExecutableElement) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setFields(List<? extends Field>) - Method in class org.mapstruct.ap.internal.model.GeneratedType
 
setIterableMapping(IterableMapping) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
setIterableMapping(IterableMapping) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setMapMapping(MapMapping) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
setMapMapping(MapMapping) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setMapperConfiguration(MapperConfiguration) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setMappings(Map<String, List<Mapping>>) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
setMappings(Map<String, List<Mapping>>) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setMessager(FormattingMessager) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setParameters(List<Parameter>) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setPreferUpdateMapping(boolean) - Method in class org.mapstruct.ap.internal.model.source.selector.SelectionCriteria
 
setPrototypeMethods(List<SourceMethod>) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setReturnType(Type) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setSourceLocalVarName(String) - Method in interface org.mapstruct.ap.internal.model.assignment.Assignment
Use sourceLocalVarName iso sourceReference
setSourceLocalVarName(String) - Method in class org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
 
setSourceLocalVarName(String) - Method in class org.mapstruct.ap.internal.model.MethodReference
 
setSourceLocalVarName(String) - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
setSourceLocalVarName(String) - Method in class org.mapstruct.ap.internal.model.TypeConversion
 
setTargetBean(String) - Method in class org.mapstruct.ap.internal.model.NestedLocalVariableAssignment
 
setterMethodsIn(Iterable<ExecutableElement>) - Static method in class org.mapstruct.ap.internal.util.Filters
 
SetterWrapper - Class in org.mapstruct.ap.internal.model.assignment
Wraps the assignment in a target setter.
SetterWrapper(Assignment, List<Type>) - Constructor for class org.mapstruct.ap.internal.model.assignment.SetterWrapper
 
SetterWrapperForCollectionsAndMaps - Class in org.mapstruct.ap.internal.model.assignment
This wrapper handles the situation were an assignment is done via the setter.
SetterWrapperForCollectionsAndMaps(Assignment, List<Type>, String, Set<String>, Type, boolean, TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMaps
 
setTypeFactory(TypeFactory) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setTypeRequiresImport(boolean) - Method in class org.mapstruct.ap.internal.model.Field
set field needs to be imported
setTypeUtils(Types) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
setUsed(boolean) - Method in class org.mapstruct.ap.internal.model.Field
sets the field as being used
setValueMappings(List<ValueMapping>) - Method in class org.mapstruct.ap.internal.model.source.MappingOptions
 
setValueMappings(List<ValueMapping>) - Method in class org.mapstruct.ap.internal.model.source.SourceMethod.Builder
 
SimpleConversion - Class in org.mapstruct.ap.internal.conversion
Base class for ConversionProviders creating TypeConversions which don't declare any exception types.
SimpleConversion() - Constructor for class org.mapstruct.ap.internal.conversion.SimpleConversion
 
singularize(String) - Static method in class org.mapstruct.ap.internal.util.Nouns
Converts given pluralized noun into the singular form.
souceMethod(SourceMethod) - Method in class org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
 
souceMethod(SourceMethod) - Method in class org.mapstruct.ap.internal.model.EnumMappingMethod.Builder
 
souceMethod(SourceMethod) - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.Builder
 
SourceMethod - Class in org.mapstruct.ap.internal.model.source
Represents a mapping method with source and target type and the mappings between the properties of source and target type.
SourceMethod.Builder - Class in org.mapstruct.ap.internal.model.source
 
sourceParameter(Parameter) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
sourceReference(SourceReference) - Method in class org.mapstruct.ap.internal.model.PropertyMapping.PropertyMappingBuilder
 
SourceReference - Class in org.mapstruct.ap.internal.model.source
This class describes the source side of a property mapping.
SourceReference.BuilderFromMapping - Class in org.mapstruct.ap.internal.model.source
Builds a SourceReference from an @Mappping.
SourceReference.BuilderFromProperty - Class in org.mapstruct.ap.internal.model.source
Builds a SourceReference from a property.
SourceRHS - Class in org.mapstruct.ap.internal.model
SourceRHS Assignment.
SourceRHS(String, Type) - Constructor for class org.mapstruct.ap.internal.model.SourceRHS
 
SpecificCompilerWorkarounds - Class in org.mapstruct.ap.internal.util.workarounds
Contains workarounds for various quirks in specific compilers.
SpringComponentProcessor - Class in org.mapstruct.ap.internal.processor
A ModelElementProcessor which converts the given Mapper object into a Spring bean in case Spring is configured as the target component model for this mapper.
SpringComponentProcessor() - Constructor for class org.mapstruct.ap.internal.processor.SpringComponentProcessor
 
Strings - Class in org.mapstruct.ap.internal.util
Helper class for dealing with strings.
StringToXmlGregorianCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
StringToXmlGregorianCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.StringToXmlGregorianCalendar
 
SUPPRESS_GENERATOR_TIMESTAMP - Static variable in class org.mapstruct.ap.MappingProcessor
 
SUPPRESS_GENERATOR_VERSION_INFO_COMMENT - Static variable in class org.mapstruct.ap.MappingProcessor
 

T

TargetReference - Class in org.mapstruct.ap.internal.model.source
This class describes the target side of a property mapping.
TargetReference.BuilderFromTargetMapping - Class in org.mapstruct.ap.internal.model.source
Builds a TargetReference from an @Mappping.
TargetType - Annotation Type in org.mapstruct
Declares a parameter of a custom mapping method to be populated with the target type of the mapping.
TargetTypeSelector - Class in org.mapstruct.ap.internal.model.source.selector
This selector selects a best match based on the result type.
TargetTypeSelector(Types, Elements) - Constructor for class org.mapstruct.ap.internal.model.source.selector.TargetTypeSelector
 
to(ConversionContext) - Method in interface org.mapstruct.ap.internal.conversion.ConversionProvider
Creates the conversion from source to target of a property mapping.
to(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.DateToStringConversion
 
to(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.ReverseConversion
 
to(ConversionContext) - Method in class org.mapstruct.ap.internal.conversion.SimpleConversion
 
toString() - Method in class org.mapstruct.ap.internal.model.assignment.EnumConstantWrapper
 
toString() - Method in class org.mapstruct.ap.internal.model.common.Parameter
 
toString() - Method in class org.mapstruct.ap.internal.model.common.Type
 
toString() - Method in class org.mapstruct.ap.internal.model.LocalVariable
 
toString() - Method in class org.mapstruct.ap.internal.model.MappingMethod
 
toString() - Method in class org.mapstruct.ap.internal.model.PropertyMapping
 
toString() - Method in class org.mapstruct.ap.internal.model.source.ForgedMethod
 
toString() - Method in class org.mapstruct.ap.internal.model.source.Mapping
 
toString() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
 
toString() - Method in class org.mapstruct.ap.internal.model.SourceRHS
 
Type - Class in org.mapstruct.ap.internal.model.common
Represents (a reference to) the type of a bean property, parameter etc.
Type(Types, Elements, TypeFactory, TypeMirror, TypeElement, List<Type>, Type, Type, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.mapstruct.ap.internal.model.common.Type
 
type(Type) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromProperty
 
TypeConversion - Class in org.mapstruct.ap.internal.model
An inline conversion between source and target type of a mapping.
TypeConversion(Set<Type>, List<Type>, String) - Constructor for class org.mapstruct.ap.internal.model.TypeConversion
 
TypeFactory - Class in org.mapstruct.ap.internal.model.common
Factory creating Type instances.
TypeFactory(Elements, Types) - Constructor for class org.mapstruct.ap.internal.model.common.TypeFactory
 
typeFactory(TypeFactory) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
 
typeFactory(TypeFactory) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
 
typeFactory(TypeFactory) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
 
typeFactory(TypeFactory) - Method in class org.mapstruct.ap.internal.model.source.TargetReference.BuilderFromTargetMapping
 
TypeHierarchyErroneousException - Exception in org.mapstruct.ap.internal.util
Indicates a type element was visited whose hierarchy was erroneous, because it has a non-existing super-type.
TypeHierarchyErroneousException(TypeElement) - Constructor for exception org.mapstruct.ap.internal.util.TypeHierarchyErroneousException
 
TypesDecorator - Class in org.mapstruct.ap.internal.util.workarounds
Replaces the usage of Types within MapStruct by delegating to the original implementation or to our specific workarounds if necessary.
TypesDecorator(ProcessingEnvironment, VersionInformation) - Constructor for class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
TypeSelector - Class in org.mapstruct.ap.internal.model.source.selector
Selects those methods from the given input set which match the given source and target types (via MethodMatcher).
TypeSelector() - Constructor for class org.mapstruct.ap.internal.model.source.selector.TypeSelector
 

U

unboxedType(TypeMirror) - Method in class org.mapstruct.ap.internal.util.workarounds.TypesDecorator
 
UNMAPPED_TARGET_POLICY - Static variable in class org.mapstruct.ap.MappingProcessor
 
unmappedTargetPolicy(Options) - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 
UpdateNullCheckWrapper - Class in org.mapstruct.ap.internal.model.assignment
Wraps an update-assignment in a null check and sets the target property to null, if the source is null.
UpdateNullCheckWrapper(Assignment, String) - Constructor for class org.mapstruct.ap.internal.model.assignment.UpdateNullCheckWrapper
 
UpdateWrapper - Class in org.mapstruct.ap.internal.model.assignment
Wraps the assignment in a target setter.
UpdateWrapper(Assignment, List<Type>, Assignment, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.UpdateWrapper
 
uses() - Method in class org.mapstruct.ap.internal.util.MapperConfiguration
 

V

valueFormattingParameters(FormattingParameters) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
ValueMapping - Class in org.mapstruct.ap.internal.model.source
Represents the mapping between one value constant and another.
ValueMapping - Annotation Type in org.mapstruct
Configures the mapping of source constant value to target constant value.
ValueMappingMethod - Class in org.mapstruct.ap.internal.model
A ValueMappingMethod which maps one value type to another, optionally configured by one or more ValueMappings.
ValueMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
 
ValueMappingMethod.MappingEntry - Class in org.mapstruct.ap.internal.model
 
valueMappings(List<ValueMapping>) - Method in class org.mapstruct.ap.internal.model.ValueMappingMethod.Builder
 
ValueMappings - Annotation Type in org.mapstruct
Constructs a set of value (constant) mappings.
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.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.NullValueCheckStrategy
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.
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.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.NullValueCheckStrategy
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.
valueSelectionParameters(SelectionParameters) - Method in class org.mapstruct.ap.internal.model.MapMappingMethod.Builder
 
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
 
VirtualMappingMethod(HelperMethod) - Constructor for class org.mapstruct.ap.internal.model.VirtualMappingMethod
 

W

withNode(String, List<String>) - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer.GraphAnalyzerBuilder
 
withNode(String, String...) - Method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer.GraphAnalyzerBuilder
 
withNode(String, String...) - Static method in class org.mapstruct.ap.internal.model.dependency.GraphAnalyzer
 
WrapperForCollectionsAndMaps - Class in org.mapstruct.ap.internal.model.assignment
WrapperForCollectionsAndMaps(Assignment, List<Type>, String, Set<String>, Type) - Constructor for class org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
 
WrapperToStringConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between wrapper types such as Integer and String.
WrapperToStringConversion(Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.WrapperToStringConversion
 
WrapperToWrapperConversion - Class in org.mapstruct.ap.internal.conversion
Conversion between wrapper types such as Integer or Long.
WrapperToWrapperConversion(Class<?>, Class<?>) - Constructor for class org.mapstruct.ap.internal.conversion.WrapperToWrapperConversion
 
Writable - Interface in org.mapstruct.ap.internal.writer
An element with the ability to write itself into a given Writer.
Writable.Context - Interface in org.mapstruct.ap.internal.writer
Passed to Writable, providing access to additional data specific to a given implementation of the model serialization mechanism.
write(Writable.Context, Writer) - Method in class org.mapstruct.ap.internal.model.common.ModelElement
 
write(FreeMarkerWritable, Writable.Context, Writer) - Method in class org.mapstruct.ap.internal.writer.FreeMarkerModelElementWriter
 
write(Writable.Context, Writer) - Method in class org.mapstruct.ap.internal.writer.FreeMarkerWritable
 
write(Writable.Context, Writer) - Method in interface org.mapstruct.ap.internal.writer.Writable
Writes this element to the given writer.
writeModel(FileObject, Writable) - Method in class org.mapstruct.ap.internal.writer.ModelWriter
 

X

XmlElementDeclSelector - Class in org.mapstruct.ap.internal.model.source.selector
Finds the XmlElementRef annotation on a field (of the mapping result type or its super types) matching the target property name.
XmlElementDeclSelector(Types, Elements) - Constructor for class org.mapstruct.ap.internal.model.source.selector.XmlElementDeclSelector
 
XmlGregorianCalendarToCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToCalendar(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToCalendar
 
XmlGregorianCalendarToDate - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToDate(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToDate
 
XmlGregorianCalendarToJodaDateTime - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToJodaDateTime(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaDateTime
 
XmlGregorianCalendarToJodaLocalDate - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToJodaLocalDate(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDate
 
XmlGregorianCalendarToJodaLocalDateTime - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToJodaLocalDateTime(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalDateTime
 
XmlGregorianCalendarToJodaLocalTime - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToJodaLocalTime(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToJodaLocalTime
 
XmlGregorianCalendarToLocalDate - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToLocalDate(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToLocalDate
 
XmlGregorianCalendarToString - Class in org.mapstruct.ap.internal.model.source.builtin
 
XmlGregorianCalendarToString(TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.builtin.XmlGregorianCalendarToString
 

Z

ZONED_DATE_TIME_FQN - Static variable in class org.mapstruct.ap.internal.util.JavaTimeConstants
 
ZonedDateTimeToCalendar - Class in org.mapstruct.ap.internal.model.source.builtin
BuiltInMethod for mapping between Calendar and ZonedDateTime.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.