| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMarshaller.AttributeElementMarshaller
Version of marshaller that by default marshalls to element
|
static class |
AttributeMarshallers.MapAttributeMarshaller |
static class |
AttributeMarshallers.NamedStringListMarshaller |
static class |
AttributeMarshallers.ObjectMapAttributeMarshaller |
static class |
AttributeMarshallers.PropertiesAttributeMarshaller |
static class |
AttributeMarshallers.SimpleListAttributeMarshaller |
class |
DefaultAttributeMarshaller |
| Modifier and Type | Field and Description |
|---|---|
static AttributeMarshaller |
AttributeMarshaller.ATTRIBUTE_OBJECT
Marshaller for ObjectTypeAttributeDefinition.
|
protected AttributeMarshaller |
AbstractAttributeDefinitionBuilder.attributeMarshaller
Deprecated.
use
AbstractAttributeDefinitionBuilder.getAttributeMarshaller() as this field will be made private in a future release |
protected AttributeMarshaller |
AttributeDefinition.attributeMarshaller
Deprecated.
use
AttributeDefinition.getMarshaller() as this will be made private in a future release |
static AttributeMarshaller |
AttributeMarshaller.COMMA_STRING_LIST
comma delimited list marshaller
|
static AttributeMarshaller |
AttributeMarshaller.ELEMENT_ONLY_OBJECT
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
AttributeMarshallers.OBJECT_ATTRIBUTE
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
AttributeMarshallers.OBJECT_ELEMENT_ONLY
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
AttributeMarshallers.OBJECT_LIST |
static AttributeMarshaller |
AttributeMarshaller.OBJECT_LIST_MARSHALLER |
static AttributeMarshaller |
AttributeMarshallers.OBJECT_LIST_UNWRAPPED |
static AttributeMarshaller |
AttributeMarshallers.OBJECT_LIST_WRAPPED |
static AttributeMarshaller |
AttributeMarshallers.OBJECT_MAP_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.OBJECT_MAP_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.PROPERTIES_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.PROPERTIES_MARSHALLER_UNWRAPPED |
static AttributeMarshaller |
AttributeMarshallers.PROPERTIES_UNWRAPPED |
static AttributeMarshaller |
AttributeMarshallers.PROPERTIES_WRAPPED |
static AttributeMarshaller |
AttributeMarshallers.SIMPLE
simple marshaller
|
static AttributeMarshaller |
AttributeMarshaller.SIMPLE
simple marshaller
|
static AttributeMarshaller |
AttributeMarshallers.SIMPLE_ELEMENT
marshalls attributes to element where element name is attribute name and its content is value of attribute
|
static AttributeMarshaller |
AttributeMarshallers.STRING_LIST
space delimited list marshaller
|
static AttributeMarshaller |
AttributeMarshaller.STRING_LIST
space delimited list marshaller
|
static AttributeMarshaller |
AttributeMarshallers.STRING_LIST_COMMA_DELIMITED
comma delimited list marshaller
|
static AttributeMarshaller |
AttributeMarshallers.STRING_LIST_NAMED_ELEMENT
String list marshaller that marshalls to named element list
example, name of element is attribute.getXmlName()
|
static AttributeMarshaller |
AttributeMarshaller.UNWRAPPED_OBJECT_LIST_MARSHALLER |
static AttributeMarshaller |
AttributeMarshaller.WRAPPED_OBJECT_LIST_MARSHALLER |
| Modifier and Type | Method and Description |
|---|---|
AttributeMarshaller |
AbstractAttributeDefinitionBuilder.getAttributeMarshaller() |
AttributeMarshaller |
AttributeDefinition.getAttributeMarshaller()
Deprecated.
|
AttributeMarshaller |
AttributeDefinition.getMarshaller() |
static AttributeMarshaller |
AttributeMarshallers.getObjectMapAttributeMarshaller(String keyElementName) |
static AttributeMarshaller |
AttributeMarshallers.getObjectMapAttributeMarshaller(String elementName,
boolean wrapElement) |
static AttributeMarshaller |
AttributeMarshallers.getObjectMapAttributeMarshaller(String wrapperElementName,
boolean wrapElement,
String elementName,
String keyElementName) |
static AttributeMarshaller |
AttributeMarshallers.getObjectMapAttributeMarshaller(String elementName,
String keyElementName,
boolean wrapElement) |
static AttributeMarshaller |
AttributeMarshallers.getSimpleListMarshaller(boolean wrapper) |
| Modifier and Type | Method and Description |
|---|---|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser,
AttributeMarshaller attributeMarshaller) |
BUILDER |
AbstractAttributeDefinitionBuilder.setAttributeMarshaller(AttributeMarshaller marshaller)
Sets a custom
AttributeMarshaller to use for marshalling the attribute to xml. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.