Uses of Interface
org.mapstruct.ap.internal.gem.jakarta.XmlElementDeclGem.Builder
Packages that use XmlElementDeclGem.Builder
-
Uses of XmlElementDeclGem.Builder in org.mapstruct.ap.internal.gem.jakarta
Methods in org.mapstruct.ap.internal.gem.jakarta that return XmlElementDeclGem.BuilderModifier and TypeMethodDescriptionXmlElementDeclGem.Builder.setDefaultvalue(org.mapstruct.tools.gem.GemValue<String> methodName) Sets theGemValueforXmlElementDeclGem.defaultValueXmlElementDeclGem.Builder.setMirror(AnnotationMirror mirror) Sets the annotation mirrorSets theGemValueforXmlElementDeclGem.nameXmlElementDeclGem.Builder.setNamespace(org.mapstruct.tools.gem.GemValue<String> methodName) Sets theGemValueforXmlElementDeclGem.namespaceXmlElementDeclGem.Builder.setScope(org.mapstruct.tools.gem.GemValue<TypeMirror> methodName) Sets theGemValueforXmlElementDeclGem.scopeXmlElementDeclGem.Builder.setSubstitutionheadname(org.mapstruct.tools.gem.GemValue<String> methodName) Sets theGemValueforXmlElementDeclGem.substitutionHeadNameXmlElementDeclGem.Builder.setSubstitutionheadnamespace(org.mapstruct.tools.gem.GemValue<String> methodName) Sets theGemValueforXmlElementDeclGem.substitutionHeadNamespaceMethods in org.mapstruct.ap.internal.gem.jakarta with parameters of type XmlElementDeclGem.BuilderModifier and TypeMethodDescriptionstatic <T> TXmlElementDeclGem.build(AnnotationMirror mirror, XmlElementDeclGem.Builder<T> builder) static <T> TXmlElementDeclGem.build(Element element, XmlElementDeclGem.Builder<T> builder)