public static final class AttributeMarshallers.WrappedListAttributeMarshaller extends AttributeMarshaller
Constructor and Description |
---|
WrappedListAttributeMarshaller(String wrappingElementName) |
Modifier and Type | Method and Description |
---|---|
void |
marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
isMarshallable, isMarshallable, isMarshallableAsElement, marshallAsAttribute
public WrappedListAttributeMarshaller(String wrappingElementName)
wrappingElementName
- @null if the list of connector must not be wrapper
or the name of the XML element that wraps the list.public void marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException
marshallAsElement
in class AttributeMarshaller
XMLStreamException
Copyright © 2015 JBoss by Red Hat. All rights reserved.