Uses of Interface
org.jboss.as.controller.xml.XMLContentWriter
-
Packages that use XMLContentWriter Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLContentWriter in org.jboss.as.controller.persistence.xml
Classes in org.jboss.as.controller.persistence.xml that implement XMLContentWriter Modifier and Type Class Description static classNamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriterstatic classResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriterstatic classResourceXMLContainer.ResourceAttributesXMLContentWriterFields in org.jboss.as.controller.persistence.xml declared as XMLContentWriter Modifier and Type Field Description static 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.xml Modifier and Type Interface Description interfaceXMLContent<RC,WC>Encapsulates the content of an XML element.Classes in org.jboss.as.controller.xml that implement XMLContentWriter Modifier and Type Class Description static classXMLContent.DefaultXMLContent<RC,WC>static classXMLElement.DefaultXMLElementWriter<RC,WC,CC>Methods in org.jboss.as.controller.xml that return XMLContentWriter Modifier and Type Method Description default 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.XMLContentWriter<WC>XMLAttribute.DefaultXMLAttribute. getWriter()XMLContentWriter<WC>XMLComponent. getWriter()Returns the writer of this XML component.XMLContentWriter<WC>XMLParticle.DefaultXMLParticle. getWriter()default <T> XMLContentWriter<T>XMLContentWriter. map(Function<T,C> mapper)Returns a new writer whose content is mapped from the specified function.Methods in org.jboss.as.controller.xml with parameters of type XMLContentWriter Modifier and Type Method Description default 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.
-