Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- adapterMethodName() - Element in annotation interface org.mapstruct.extensions.spring.ExternalConversion
- AdapterMethodName - Annotation Interface in org.mapstruct.extensions.spring
-
Overrides the default method name generated in the Adapter class.
C
- conversionServiceAdapterClassName() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
The class name for the generated Adapter between the MapStruct mappers and Spring's
ConversionService. - conversionServiceAdapterPackage() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
The package name for the generated Adapter between the MapStruct mappers and Spring's
ConversionService. - conversionServiceBeanName() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
The bean name for the Spring
ConversionServiceto use. - converterRegistrationConfigurationClassName() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
The class name for the generated Configuration class, which is performing auto-registration of converters/mappers to Spring's
ConversionService.
D
- DEFAULT_ADAPTER_CLASS_NAME - Static variable in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
- DEFAULT_CONFIGURATION_CLASS_NAME - Static variable in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
- DEFAULT_CONVERSION_SERVICE_BEAN_NAME - Static variable in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
- DelegatingConverter - Annotation Interface in org.mapstruct.extensions.spring
-
Indicates that the system should generate a delegating
Converterthat will call the annotated method in its ownConverter.convert(Object).
E
- ExternalConversion - Annotation Interface 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 theSpringMapperConfig. - externalConversions() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
Additional
conversionswhich should be made available through the generated Adapter.
G
- generateConverterScan() - Element in annotation interface org.mapstruct.extensions.spring.SpringMapperConfig
-
Indicates whether to generate a
ConverterScanwhen usingconversionServiceBeanName().
L
- lazyAnnotatedConversionServiceBean() - Element in annotation interface 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() - Element in annotation interface org.mapstruct.extensions.spring.ExternalConversion
- SpringMapperConfig - Annotation Interface in org.mapstruct.extensions.spring
-
Marks a class or interface as configuration source for the Spring extension.
T
- targetType() - Element in annotation interface org.mapstruct.extensions.spring.ExternalConversion
V
- value() - Element in annotation interface org.mapstruct.extensions.spring.AdapterMethodName
-
The method name to be used instead of the default.
All Classes and Interfaces|All Packages|Constant Field Values