A C D E G L O S T V 
All Classes All Packages

A

adapterMethodName() - Method in annotation type org.mapstruct.extensions.spring.ExternalConversion
 
AdapterMethodName - Annotation Type in org.mapstruct.extensions.spring
Overrides the default method name generated in the Adapter class.

C

conversionServiceAdapterClassName() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
The class name for the generated Adapter between the MapStruct mappers and Spring's ConversionService.
conversionServiceAdapterPackage() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
The package name for the generated Adapter between the MapStruct mappers and Spring's ConversionService.
conversionServiceBeanName() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
The bean name for the Spring ConversionService to use.

D

DelegatingConverter - Annotation Type in org.mapstruct.extensions.spring
Indicates that the system should generate a delegating Converter that will call the annotated method in its own Converter.convert(Object).

E

ExternalConversion - Annotation Type in org.mapstruct.extensions.spring
Allows the specification of a conversion that is available via the ConversionService, but is not declared as a MapStruct mapper within the scope of the SpringMapperConfig.
externalConversions() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
Additional conversions which should be made available through the generated Adapter.

G

generateConverterScan() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
Indicates whether to generate a ConverterScan when using conversionServiceBeanName().

L

lazyAnnotatedConversionServiceBean() - Method in annotation type org.mapstruct.extensions.spring.SpringMapperConfig
To set if the Lazy annotation will be added to the ConversionService's usage in the ConversionServiceAdapter.

O

org.mapstruct.extensions.spring - package org.mapstruct.extensions.spring
 

S

sourceType() - Method in annotation type org.mapstruct.extensions.spring.ExternalConversion
 
SpringMapperConfig - Annotation Type in org.mapstruct.extensions.spring
Marks a class or interface as configuration source for the Spring extension.

T

targetType() - Method in annotation type org.mapstruct.extensions.spring.ExternalConversion
 

V

value() - Method in annotation type org.mapstruct.extensions.spring.AdapterMethodName
The method name to be used instead of the default.
A C D E G L O S T V 
All Classes All Packages