Package org.mapstruct.extensions.spring
-
Annotation Types Summary Annotation Type Description AdapterMethodName Overrides the default method name generated in the Adapter class.DelegatingConverter Indicates that the system should generate a delegatingConverter
that will call the annotated method in its ownConverter.convert(Object)
.ExternalConversion Allows the specification of a conversion that is available via theConversionService
, but is not declared as a MapStruct mapper within the scope of theSpringMapperConfig
.SpringMapperConfig Marks a class or interface as configuration source for the Spring extension.