Uses of Class
org.jboss.as.controller.AttributeMarshaller
Packages that use AttributeMarshaller
-
Uses of AttributeMarshaller in org.jboss.as.controller
Subclasses of AttributeMarshaller in org.jboss.as.controllerModifier and TypeClassDescriptionstatic classVersion of marshaller that by default marshalls to elementstatic classstatic classstatic classstatic classstatic classclassFields in org.jboss.as.controller declared as AttributeMarshallerModifier and TypeFieldDescriptionstatic final AttributeMarshallerAttributeMarshaller.ATTRIBUTE_OBJECTMarshaller for ObjectTypeAttributeDefinition.static final AttributeMarshallerAttributeMarshaller.COMMA_STRING_LISTcomma delimited list marshallerstatic final AttributeMarshallerAttributeMarshaller.ELEMENT_ONLY_OBJECTMarshaller for ObjectTypeAttributeDefinition.static final AttributeMarshallerAttributeMarshallers.OBJECT_ATTRIBUTEMarshaller for ObjectTypeAttributeDefinition.static final AttributeMarshallerAttributeMarshallers.OBJECT_ELEMENT_ONLYMarshaller for ObjectTypeAttributeDefinition.static final AttributeMarshallerAttributeMarshallers.OBJECT_LISTstatic final AttributeMarshallerAttributeMarshaller.OBJECT_LIST_MARSHALLERstatic final AttributeMarshallerAttributeMarshallers.OBJECT_LIST_UNWRAPPEDstatic final AttributeMarshallerAttributeMarshallers.OBJECT_LIST_WRAPPEDstatic final AttributeMarshallerAttributeMarshaller.OBJECT_MAP_MARSHALLERstatic final AttributeMarshallerAttributeMarshallers.OBJECT_MAP_MARSHALLERstatic final AttributeMarshallerAttributeMarshaller.PROPERTIES_MARSHALLERstatic final AttributeMarshallerAttributeMarshaller.PROPERTIES_MARSHALLER_UNWRAPPEDstatic final AttributeMarshallerAttributeMarshallers.PROPERTIES_UNWRAPPEDstatic final AttributeMarshallerAttributeMarshallers.PROPERTIES_WRAPPEDstatic final AttributeMarshallerAttributeMarshaller.SIMPLEsimple marshallerstatic final AttributeMarshallerAttributeMarshallers.SIMPLEsimple marshallerstatic final AttributeMarshallerAttributeMarshallers.SIMPLE_ELEMENTmarshalls attributes to element where element name is attribute name and its content is value of attributestatic final AttributeMarshallerAttributeMarshallers.SIMPLE_ELEMENT_UNWRAPmarshalls attributes to element where element name is attribute name and its content is value of resourceModelstatic final AttributeMarshallerAttributeMarshaller.STRING_LISTspace delimited list marshallerstatic final AttributeMarshallerAttributeMarshallers.STRING_LISTspace delimited list marshallerstatic final AttributeMarshallerAttributeMarshallers.STRING_LIST_COMMA_DELIMITEDcomma delimited list marshallerstatic final AttributeMarshallerAttributeMarshallers.STRING_LIST_NAMED_ELEMENTString list marshaller that marshalls to named element list example, name of element is attribute.getXmlName()static final AttributeMarshallerAttributeMarshaller.UNWRAPPED_OBJECT_LIST_MARSHALLERstatic final AttributeMarshallerAttributeMarshaller.WRAPPED_OBJECT_LIST_MARSHALLERMethods in org.jboss.as.controller that return AttributeMarshallerModifier and TypeMethodDescriptionAbstractAttributeDefinitionBuilder.getAttributeMarshaller()AttributeDefinition.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 AttributeMarshallerModifier and TypeMethodDescriptionPersistentResourceXMLDescription.Builder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.Builder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser parser, AttributeMarshaller attributeMarshaller) AbstractAttributeDefinitionBuilder.setAttributeMarshaller(AttributeMarshaller marshaller) Sets a customAttributeMarshallerto use for marshalling the attribute to xml. -
Uses of AttributeMarshaller in org.jboss.as.controller.persistence.xml
Methods in org.jboss.as.controller.persistence.xml that return AttributeMarshallerModifier and TypeMethodDescriptionAttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration.getMarshaller(AttributeDefinition attribute) default AttributeMarshallerAttributeDefinitionXMLConfiguration.getMarshaller(AttributeDefinition attribute) Returns the marshaller of the specified attribute.Methods in org.jboss.as.controller.persistence.xml with parameters of type AttributeMarshallerModifier and TypeMethodDescriptionAttributeDefinitionXMLElement.Builder.withMarshaller(AttributeMarshaller parser) Overrides the default marshaller of this attribute.AttributeDefinitionXMLElement.DefaultBuilder.withMarshaller(AttributeMarshaller marshaller) Method parameters in org.jboss.as.controller.persistence.xml with type arguments of type AttributeMarshallerModifier and TypeMethodDescriptionAttributeDefinitionXMLConfiguration.Configurator.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) Overrides the marshallers for the specified attributes.ResourceXMLContainer.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) ResourceXMLElementGroup.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) ResourceXMLParticleGroup.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers)