Uses of Interface
org.mapstruct.ap.internal.gem.InheritConfigurationGem.Builder
-
Packages that use InheritConfigurationGem.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 InheritConfigurationGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement InheritConfigurationGem.Builder Modifier and Type Class Description private static classInheritConfigurationGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return InheritConfigurationGem.Builder Modifier and Type Method Description InheritConfigurationGem.BuilderInheritConfigurationGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorInheritConfigurationGem.BuilderInheritConfigurationGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)InheritConfigurationGem.BuilderInheritConfigurationGem.Builder. setName(org.mapstruct.tools.gem.GemValue<java.lang.String> methodName)Sets theGemValueforInheritConfigurationGem.nameInheritConfigurationGem.BuilderInheritConfigurationGem.BuilderImpl. setName(org.mapstruct.tools.gem.GemValue<java.lang.String> name)Methods in org.mapstruct.ap.internal.gem with parameters of type InheritConfigurationGem.Builder Modifier and Type Method Description static <T> TInheritConfigurationGem. build(javax.lang.model.element.AnnotationMirror mirror, InheritConfigurationGem.Builder<T> builder)static <T> TInheritConfigurationGem. build(javax.lang.model.element.Element element, InheritConfigurationGem.Builder<T> builder)
-