Uses of Class
org.mapstruct.ap.internal.gem.DecoratedWithGem
-
Packages that use DecoratedWithGem Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way.org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of DecoratedWithGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return DecoratedWithGem Modifier and Type Method Description DecoratedWithGemDecoratedWithGem.BuilderImpl. build()static DecoratedWithGemDecoratedWithGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static DecoratedWithGemDecoratedWithGem. instanceOn(javax.lang.model.element.Element element) -
Uses of DecoratedWithGem in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as DecoratedWithGem Modifier and Type Field Description private DecoratedWithGemDecorator.Builder. decoratorMethods in org.mapstruct.ap.internal.model with parameters of type DecoratedWithGem Modifier and Type Method Description Decorator.BuilderDecorator.Builder. decoratedWith(DecoratedWithGem decoratedGem)
-