Package org.jboss.as.controller
Class AttributeMarshallers.PropertiesAttributeMarshaller
java.lang.Object
org.jboss.as.controller.AttributeMarshaller
org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
org.jboss.as.controller.AttributeMarshallers.PropertiesAttributeMarshaller
- Enclosing interface:
- AttributeMarshallers
public static class AttributeMarshallers.PropertiesAttributeMarshaller
extends AttributeMarshallers.MapAttributeMarshaller
-
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.AttributeMarshallers.MapAttributeMarshaller
elementName, wrapElement, wrapperElementFields 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
ConstructorsConstructorDescriptionPropertiesAttributeMarshaller(String wrapperElement, boolean wrapElement) PropertiesAttributeMarshaller(String wrapperElement, String elementName, boolean wrapElement) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer) Methods inherited from class org.jboss.as.controller.AttributeMarshallers.MapAttributeMarshaller
isMarshallableAsElement, marshallAsAttribute, marshallAsElementMethods inherited from class org.jboss.as.controller.AttributeMarshaller
isMarshallable, isMarshallable, marshall, marshallElementContent
-
Constructor Details
-
PropertiesAttributeMarshaller
-
PropertiesAttributeMarshaller
-
PropertiesAttributeMarshaller
public PropertiesAttributeMarshaller()
-
-
Method Details
-
marshallSingleElement
public void marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException - Specified by:
marshallSingleElementin classAttributeMarshallers.MapAttributeMarshaller- Throws:
XMLStreamException
-