Uses of Interface
org.jboss.as.controller.xml.XMLContentWriter
Packages that use XMLContentWriter
-
Uses of XMLContentWriter in org.jboss.as.controller.persistence.xml
Classes in org.jboss.as.controller.persistence.xml that implement XMLContentWriterModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.jboss.as.controller.persistence.xml declared as XMLContentWriterModifier and TypeFieldDescriptionstatic final XMLContentWriter<org.jboss.dmr.ModelNode>ResourceXMLContainer.EMPTY_WRITER -
Uses of XMLContentWriter in org.jboss.as.controller.xml
Subinterfaces of XMLContentWriter in org.jboss.as.controller.xmlModifier and TypeInterfaceDescriptioninterfaceXMLContent<RC,WC> Encapsulates the content of an XML element.Classes in org.jboss.as.controller.xml that implement XMLContentWriterModifier and TypeClassDescriptionstatic classXMLContent.DefaultXMLContent<RC,WC> static classXMLElement.DefaultXMLElementWriter<RC,WC, CC> Methods in org.jboss.as.controller.xml that return XMLContentWriterModifier and TypeMethodDescriptiondefault XMLContentWriter<C>XMLContentWriter.andThen(XMLContentWriter<C> after) Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer after invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.default XMLContentWriter<C>XMLContentWriter.compose(XMLContentWriter<C> before) Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer before invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.static <RC,WC> XMLContentWriter<WC> XMLContentWriter.composite(Collection<? extends XMLComponent<RC, WC>> components) static <C> XMLContentWriter<C>XMLContentWriter.empty()Returns an empty content writer.XMLAttribute.DefaultXMLAttribute.getWriter()XMLComponent.getWriter()Returns the writer of this XML component.XMLParticle.DefaultXMLParticle.getWriter()default <T> XMLContentWriter<T>Returns a new writer whose content is mapped from the specified function.Methods in org.jboss.as.controller.xml with parameters of type XMLContentWriterModifier and TypeMethodDescriptiondefault XMLContentWriter<C>XMLContentWriter.andThen(XMLContentWriter<C> after) Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer after invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.default XMLContentWriter<C>XMLContentWriter.compose(XMLContentWriter<C> before) Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer before invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.Constructors in org.jboss.as.controller.xml with parameters of type XMLContentWriterModifierConstructorDescriptionprotectedDefaultXMLElement(QName name, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability) protectedDefaultXMLElementChoice(Set<QName> names, XMLCardinality cardinality, org.wildfly.common.function.ExceptionFunction<org.jboss.staxmapper.XMLExtendedStreamReader, XMLElement<RC, WC>, XMLStreamException> elementReader, Consumer<RC> absenteeHandler, XMLContentWriter<WC> writer, Stability stability) protectedDefaultXMLElementGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability) DefaultXMLElementWriter(QName name, XMLContentWriter<WC> attributesWriter, Function<WC, CC> childContentFactory, XMLContent<RC, CC> childContent) protectedDefaultXMLParticle(XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability) protectedDefaultXMLParticleGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)