public interface AttributeMarshallers
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeMarshallers.MapAttributeMarshaller |
static class |
AttributeMarshallers.ObjectMapAttributeMarshaller |
static class |
AttributeMarshallers.PropertiesAttributeMarshaller |
static class |
AttributeMarshallers.SimpleListAttributeMarshaller |
| 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 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 © 2017 JBoss by Red Hat. All rights reserved.