Package org.jboss.as.controller
Class AttributeMarshallers.SimpleListAttributeMarshaller
java.lang.Object
org.jboss.as.controller.AttributeMarshaller
org.jboss.as.controller.AttributeMarshallers.SimpleListAttributeMarshaller
- Enclosing interface:
- AttributeMarshallers
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidmarshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) Methods inherited from class org.jboss.as.controller.AttributeMarshaller
isMarshallable, isMarshallable, marshall, marshallAsAttribute, marshallElementContent
-
Method Details
-
isMarshallableAsElement
public boolean isMarshallableAsElement()- Overrides:
isMarshallableAsElementin classAttributeMarshaller
-
marshallAsElement
public void marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException - Overrides:
marshallAsElementin classAttributeMarshaller- Throws:
XMLStreamException
-