Uses of Interface
org.mapstruct.ap.internal.gem.DecoratedWithGem.Builder
-
Packages that use DecoratedWithGem.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 DecoratedWithGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement DecoratedWithGem.Builder Modifier and Type Class Description private static classDecoratedWithGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return DecoratedWithGem.Builder Modifier and Type Method Description DecoratedWithGem.BuilderDecoratedWithGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorDecoratedWithGem.BuilderDecoratedWithGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)DecoratedWithGem.BuilderDecoratedWithGem.Builder. setValue(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> methodName)Sets theGemValueforDecoratedWithGem.valueDecoratedWithGem.BuilderDecoratedWithGem.BuilderImpl. setValue(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> value)Methods in org.mapstruct.ap.internal.gem with parameters of type DecoratedWithGem.Builder Modifier and Type Method Description static <T> TDecoratedWithGem. build(javax.lang.model.element.AnnotationMirror mirror, DecoratedWithGem.Builder<T> builder)static <T> TDecoratedWithGem. build(javax.lang.model.element.Element element, DecoratedWithGem.Builder<T> builder)
-