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