public interface AttributeMarshallers
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeMarshallers.MapAttributeMarshaller |
static class |
AttributeMarshallers.NamedStringListMarshaller |
static class |
AttributeMarshallers.ObjectMapAttributeMarshaller |
static class |
AttributeMarshallers.PropertiesAttributeMarshaller |
static class |
AttributeMarshallers.SimpleListAttributeMarshaller |
| Modifier and Type | Field and Description |
|---|---|
static AttributeMarshaller |
OBJECT_ATTRIBUTE
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
OBJECT_ELEMENT_ONLY
Marshaller for ObjectTypeAttributeDefinition.
|
static AttributeMarshaller |
OBJECT_LIST |
static AttributeMarshaller |
OBJECT_LIST_UNWRAPPED |
static AttributeMarshaller |
OBJECT_LIST_WRAPPED |
static AttributeMarshaller |
OBJECT_MAP_MARSHALLER |
static AttributeMarshaller |
PROPERTIES_UNWRAPPED |
static AttributeMarshaller |
PROPERTIES_WRAPPED |
static AttributeMarshaller |
SIMPLE
simple marshaller
|
static AttributeMarshaller |
SIMPLE_ELEMENT
marshalls attributes to element where element name is attribute name and its content is value of attribute
|
static AttributeMarshaller |
STRING_LIST
space delimited list marshaller
|
static AttributeMarshaller |
STRING_LIST_COMMA_DELIMITED
comma delimited list marshaller
|
static AttributeMarshaller |
STRING_LIST_NAMED_ELEMENT
String list marshaller that marshalls to named element list
example, name of element is attribute.getXmlName()
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeMarshaller |
getObjectMapAttributeMarshaller(String keyElementName) |
static AttributeMarshaller |
getObjectMapAttributeMarshaller(String elementName,
boolean wrapElement) |
static AttributeMarshaller |
getObjectMapAttributeMarshaller(String wrapperElementName,
boolean wrapElement,
String elementName,
String keyElementName) |
static AttributeMarshaller |
getObjectMapAttributeMarshaller(String elementName,
String keyElementName,
boolean wrapElement) |
static AttributeMarshaller |
getSimpleListMarshaller(boolean wrapper) |
static final AttributeMarshaller SIMPLE
static final AttributeMarshaller SIMPLE_ELEMENT
static final AttributeMarshaller STRING_LIST
static final AttributeMarshaller STRING_LIST_COMMA_DELIMITED
static final AttributeMarshaller STRING_LIST_NAMED_ELEMENT
static final AttributeMarshaller OBJECT_ELEMENT_ONLY
static final AttributeMarshaller OBJECT_ATTRIBUTE
static final AttributeMarshaller OBJECT_LIST_WRAPPED
static final AttributeMarshaller OBJECT_LIST_UNWRAPPED
static final AttributeMarshaller OBJECT_LIST
static final AttributeMarshaller OBJECT_MAP_MARSHALLER
static final AttributeMarshaller PROPERTIES_WRAPPED
static final AttributeMarshaller PROPERTIES_UNWRAPPED
static AttributeMarshaller getObjectMapAttributeMarshaller(String keyElementName)
static AttributeMarshaller getObjectMapAttributeMarshaller(String elementName, String keyElementName, boolean wrapElement)
static AttributeMarshaller getObjectMapAttributeMarshaller(String elementName, boolean wrapElement)
static AttributeMarshaller getObjectMapAttributeMarshaller(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName)
static AttributeMarshaller getSimpleListMarshaller(boolean wrapper)
Copyright © 2022 JBoss by Red Hat. All rights reserved.