- 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
-
- 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
-
- 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
-
- 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
Type
s 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
Mapping
s 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
-
- getParameters() - Method in class org.mapstruct.ap.internal.model.source.SourceMethod
-
- 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
-
- MapMapping - Class in org.mapstruct.ap.internal.model.source
-
Represents a map mapping as configured via @MapMapping
.
- MapMapping - Annotation Type in org.mapstruct
-
Configures the mapping between two map types, e.g.
- MapMappingMethod - Class in org.mapstruct.ap.internal.model
-
- MapMappingMethod.Builder - Class in org.mapstruct.ap.internal.model
-
- Mapper - Class in org.mapstruct.ap.internal.model
-
Represents a type implementing a mapper interface (annotated with @Mapper
).
- Mapper - Annotation Type in org.mapstruct
-
Marks an interface or abstract class as a mapper and activates the generation of a implementation of that type via
MapStruct.
- Mapper.Builder - Class in org.mapstruct.ap.internal.model
-
- MapperConfig - Annotation Type in org.mapstruct
-
Marks a class or interface as configuration source for generated mappers.
- MapperConfiguration - Class in org.mapstruct.ap.internal.util
-
Provides an aggregated view to the settings given via
Mapper
and
MapperConfig
for a specific mapper class.
- MapperCreationProcessor - Class in org.mapstruct.ap.internal.processor
-
- MapperCreationProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperCreationProcessor
-
- mapperElement(TypeElement) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-
- MapperReference - Class in org.mapstruct.ap.internal.model
-
A reference to another mapper class, which itself may be generated or hand-written.
- MapperReference(Type, String) - Constructor for class org.mapstruct.ap.internal.model.MapperReference
-
- MapperReference(Type, String, boolean) - Constructor for class org.mapstruct.ap.internal.model.MapperReference
-
- mapperReferences(List<MapperReference>) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-
- MapperRenderingProcessor - Class in org.mapstruct.ap.internal.processor
-
A
ModelElementProcessor
which creates a Java source file representing
the given
Mapper
object, unless the given mapper type is erroneous.
- MapperRenderingProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperRenderingProcessor
-
- Mappers - Class in org.mapstruct.factory
-
Factory for obtaining mapper instances if no explicit component model such as CDI is configured via
Mapper.componentModel()
.
- MapperServiceProcessor - Class in org.mapstruct.ap.internal.processor
-
A
ModelElementProcessor
which creates files in the
META-INF/services
hierarchy for classes with custom implementation class or package name.
- MapperServiceProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MapperServiceProcessor
-
- Mapping - Class in org.mapstruct.ap.internal.model.source
-
Represents a property mapping as configured via @Mapping
.
- mapping(Mapping) - Method in class org.mapstruct.ap.internal.model.source.SourceReference.BuilderFromMapping
-
- mapping(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
-
- 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
SourceMethod
s
representing all the mapping methods of the given bean mapper type as well as
all referenced mapper methods declared by other mappers referenced by the
current mapper.
- MethodRetrievalProcessor() - Constructor for class org.mapstruct.ap.internal.processor.MethodRetrievalProcessor
-
- methods(List<MappingMethod>) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-
- MethodSelector - Interface in org.mapstruct.ap.internal.model.source.selector
-
Implementations select those methods from a given input set which match the given source and target type of a mapping
and optionally other given criteria.
- MethodSelectors - Class in org.mapstruct.ap.internal.model.source.selector
-
- MethodSelectors(Types, Elements, TypeFactory) - Constructor for class org.mapstruct.ap.internal.model.source.selector.MethodSelectors
-
- MethodType - Enum in org.mapstruct.ap.spi
-
Different types of a method.
- ModelElement - Class in org.mapstruct.ap.internal.model.common
-
Base class of all model elements.
- ModelElement() - Constructor for class org.mapstruct.ap.internal.model.common.ModelElement
-
- ModelElementProcessor<P,R> - Interface in org.mapstruct.ap.internal.processor
-
A processor which performs one task of the mapper generation, e.g. retrieving
methods from the source
TypeElement
, performing validity checks or
generating the output source file.
- ModelElementProcessor.ProcessorContext - Interface in org.mapstruct.ap.internal.processor
-
- ModelIncludeDirective - Class in org.mapstruct.ap.internal.writer
-
A
TemplateDirectiveModel
which allows to recursively write a graph of
Writable
s, with each element using its own template.
- ModelIncludeDirective(Configuration) - Constructor for class org.mapstruct.ap.internal.writer.ModelIncludeDirective
-
- ModelWriter - Class in org.mapstruct.ap.internal.writer
-
Writes Java source files based on given mapper models, using a FreeMarker
template.
- ModelWriter() - Constructor for class org.mapstruct.ap.internal.writer.ModelWriter
-
- options(Options) - Method in class org.mapstruct.ap.internal.model.Decorator.Builder
-
- options(Options) - Method in class org.mapstruct.ap.internal.model.Mapper.Builder
-
- Options - Class in org.mapstruct.ap.internal.option
-
The options passed to the code generator.
- Options(boolean, boolean, 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
-
- 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.
- 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
-
- 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
-