Uses of Class
org.jboss.as.controller.AttributeMarshaller
-
Packages that use AttributeMarshaller Package Description org.jboss.as.controller -
-
Uses of AttributeMarshaller in org.jboss.as.controller
Subclasses of AttributeMarshaller in org.jboss.as.controller Modifier and Type Class Description static classAttributeMarshaller.AttributeElementMarshallerVersion of marshaller that by default marshalls to elementstatic classAttributeMarshallers.MapAttributeMarshallerstatic classAttributeMarshallers.NamedStringListMarshallerstatic classAttributeMarshallers.ObjectMapAttributeMarshallerstatic classAttributeMarshallers.PropertiesAttributeMarshallerstatic classAttributeMarshallers.SimpleListAttributeMarshallerclassDefaultAttributeMarshallerFields in org.jboss.as.controller declared as AttributeMarshaller Modifier and Type Field Description static AttributeMarshallerAttributeMarshaller. ATTRIBUTE_OBJECTMarshaller for ObjectTypeAttributeDefinition.protected AttributeMarshallerAttributeDefinition. attributeMarshallerDeprecated.useAttributeDefinition.getMarshaller()as this will be made private in a future releasestatic AttributeMarshallerAttributeMarshaller. COMMA_STRING_LISTcomma delimited list marshallerstatic AttributeMarshallerAttributeMarshaller. ELEMENT_ONLY_OBJECTMarshaller for ObjectTypeAttributeDefinition.static AttributeMarshallerAttributeMarshallers. OBJECT_ATTRIBUTEMarshaller for ObjectTypeAttributeDefinition.static AttributeMarshallerAttributeMarshallers. OBJECT_ELEMENT_ONLYMarshaller for ObjectTypeAttributeDefinition.static AttributeMarshallerAttributeMarshallers. OBJECT_LISTstatic AttributeMarshallerAttributeMarshaller. OBJECT_LIST_MARSHALLERstatic AttributeMarshallerAttributeMarshallers. OBJECT_LIST_UNWRAPPEDstatic AttributeMarshallerAttributeMarshallers. OBJECT_LIST_WRAPPEDstatic AttributeMarshallerAttributeMarshaller. OBJECT_MAP_MARSHALLERstatic AttributeMarshallerAttributeMarshallers. OBJECT_MAP_MARSHALLERstatic AttributeMarshallerAttributeMarshaller. PROPERTIES_MARSHALLERstatic AttributeMarshallerAttributeMarshaller. PROPERTIES_MARSHALLER_UNWRAPPEDstatic AttributeMarshallerAttributeMarshallers. PROPERTIES_UNWRAPPEDstatic AttributeMarshallerAttributeMarshallers. PROPERTIES_WRAPPEDstatic AttributeMarshallerAttributeMarshaller. SIMPLEsimple marshallerstatic AttributeMarshallerAttributeMarshallers. SIMPLEsimple marshallerstatic AttributeMarshallerAttributeMarshallers. SIMPLE_ELEMENTmarshalls attributes to element where element name is attribute name and its content is value of attributestatic AttributeMarshallerAttributeMarshallers. SIMPLE_ELEMENT_UNWRAPmarshalls attributes to element where element name is attribute name and its content is value of resourceModelstatic AttributeMarshallerAttributeMarshaller. STRING_LISTspace delimited list marshallerstatic AttributeMarshallerAttributeMarshallers. STRING_LISTspace delimited list marshallerstatic AttributeMarshallerAttributeMarshallers. STRING_LIST_COMMA_DELIMITEDcomma delimited list marshallerstatic AttributeMarshallerAttributeMarshallers. STRING_LIST_NAMED_ELEMENTString list marshaller that marshalls to named element list example, name of element is attribute.getXmlName()static AttributeMarshallerAttributeMarshaller. UNWRAPPED_OBJECT_LIST_MARSHALLERstatic AttributeMarshallerAttributeMarshaller. WRAPPED_OBJECT_LIST_MARSHALLERMethods in org.jboss.as.controller that return AttributeMarshaller Modifier and Type Method Description AttributeMarshallerAbstractAttributeDefinitionBuilder. getAttributeMarshaller()AttributeMarshallerAttributeDefinition. getAttributeMarshaller()Deprecated.AttributeMarshallerAttributeDefinition. getMarshaller()static AttributeMarshallerAttributeMarshallers. getObjectMapAttributeMarshaller(String keyElementName)static AttributeMarshallerAttributeMarshallers. getObjectMapAttributeMarshaller(String elementName, boolean wrapElement)static AttributeMarshallerAttributeMarshallers. getObjectMapAttributeMarshaller(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName)static AttributeMarshallerAttributeMarshallers. getObjectMapAttributeMarshaller(String elementName, String keyElementName, boolean wrapElement)static AttributeMarshallerAttributeMarshallers. getSimpleListMarshaller(boolean wrapper)Methods in org.jboss.as.controller with parameters of type AttributeMarshaller Modifier and Type Method Description PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription.PersistentResourceXMLBuilder. addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller)BUILDERAbstractAttributeDefinitionBuilder. setAttributeMarshaller(AttributeMarshaller marshaller)Sets a customAttributeMarshallerto use for marshalling the attribute to xml.
-