Uses of Interface
org.mapstruct.ap.internal.gem.ContextGem.Builder
-
Packages that use ContextGem.Builder Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way. -
-
Uses of ContextGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement ContextGem.Builder Modifier and Type Class Description private static classContextGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return ContextGem.Builder Modifier and Type Method Description ContextGem.BuilderContextGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorContextGem.BuilderContextGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)Methods in org.mapstruct.ap.internal.gem with parameters of type ContextGem.Builder Modifier and Type Method Description static <T> TContextGem. build(javax.lang.model.element.AnnotationMirror mirror, ContextGem.Builder<T> builder)static <T> TContextGem. build(javax.lang.model.element.Element element, ContextGem.Builder<T> builder)
-