Package org.jboss.as.controller
Class AttributeMarshallers.NamedStringListMarshaller
java.lang.Object
org.jboss.as.controller.AttributeMarshaller
org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
org.jboss.as.controller.AttributeMarshallers.NamedStringListMarshaller
- Enclosing interface:
- AttributeMarshallers
public static class AttributeMarshallers.NamedStringListMarshaller
extends AttributeMarshaller.AttributeElementMarshaller
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.controller.AttributeMarshaller
AttributeMarshaller.AttributeElementMarshaller -
Field Summary
Fields inherited from class org.jboss.as.controller.AttributeMarshaller
ATTRIBUTE_OBJECT, COMMA_STRING_LIST, ELEMENT_ONLY_OBJECT, OBJECT_LIST_MARSHALLER, OBJECT_MAP_MARSHALLER, PROPERTIES_MARSHALLER, PROPERTIES_MARSHALLER_UNWRAPPED, SIMPLE, STRING_LIST, UNWRAPPED_OBJECT_LIST_MARSHALLER, WRAPPED_OBJECT_LIST_MARSHALLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) Methods inherited from class org.jboss.as.controller.AttributeMarshaller.AttributeElementMarshaller
isMarshallable, isMarshallableAsElementMethods inherited from class org.jboss.as.controller.AttributeMarshaller
isMarshallable, marshall, marshallAsAttribute, marshallElementContent
-
Constructor Details
-
NamedStringListMarshaller
public NamedStringListMarshaller() -
NamedStringListMarshaller
-
-
Method Details
-
marshallAsElement
public void marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException - Specified by:
marshallAsElementin classAttributeMarshaller.AttributeElementMarshaller- Throws:
XMLStreamException
-