Package org.jboss.as.logging
Class PropertyAttributeMarshaller
- java.lang.Object
-
- org.jboss.as.controller.AttributeMarshaller
-
- org.jboss.as.controller.DefaultAttributeMarshaller
-
- org.jboss.as.logging.PropertyAttributeMarshaller
-
public class PropertyAttributeMarshaller extends DefaultAttributeMarshaller
- Author:
- James R. Perkins
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AttributeMarshaller
AttributeMarshaller.AttributeElementMarshaller
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyAttributeMarshallerINSTANCE-
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 Constructor Description PropertyAttributeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)-
Methods inherited from class org.jboss.as.controller.DefaultAttributeMarshaller
asString, isMarshallableAsElement, marshallAsAttribute
-
Methods inherited from class org.jboss.as.controller.AttributeMarshaller
isMarshallable, isMarshallable, marshall, marshallElementContent
-
-
-
-
Field Detail
-
INSTANCE
public static final PropertyAttributeMarshaller INSTANCE
-
-
Method Detail
-
marshallAsElement
public void marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException
- Overrides:
marshallAsElementin classDefaultAttributeMarshaller- Throws:
XMLStreamException
-
-