Uses of Class
org.mapstruct.ap.internal.util.AnnotationProcessorContext
-
Packages that use AnnotationProcessorContext Package Description org.mapstruct.ap This package and it sub-packages contain the implementation of the MapStruct annotation processor.org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
-
Uses of AnnotationProcessorContext in org.mapstruct.ap
Fields in org.mapstruct.ap declared as AnnotationProcessorContext Modifier and Type Field Description private AnnotationProcessorContextMappingProcessor. annotationProcessorContext -
Uses of AnnotationProcessorContext in org.mapstruct.ap.internal.util
Fields in org.mapstruct.ap.internal.util declared as AnnotationProcessorContext Modifier and Type Field Description private AnnotationProcessorContextRoundContext. annotationProcessorContextMethods in org.mapstruct.ap.internal.util that return AnnotationProcessorContext Modifier and Type Method Description AnnotationProcessorContextRoundContext. getAnnotationProcessorContext()Constructors in org.mapstruct.ap.internal.util with parameters of type AnnotationProcessorContext Constructor Description RoundContext(AnnotationProcessorContext annotationProcessorContext)
-