Class CdiComponentProcessor

java.lang.Object
org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
org.mapstruct.ap.internal.processor.CdiComponentProcessor
All Implemented Interfaces:
ModelElementProcessor<Mapper,Mapper>

public class CdiComponentProcessor extends AnnotationBasedComponentModelProcessor
A ModelElementProcessor which converts the given Mapper object into an application-scoped CDI bean in case CDI is configured as the target component model for this mapper.
Author:
Gunnar Morling