Interface AttributeDefinitionXMLConfiguration

    • Method Detail

      • getName

        default QName getName​(AttributeDefinition attribute)
        Returns the qualified name of the specified attribute.
        Parameters:
        attribute - a resource attribute
        Returns:
        the qualified name of the specified attribute.
      • getParser

        default AttributeParser getParser​(AttributeDefinition attribute)
        Returns the parser of the specified attribute.
        Parameters:
        attribute - a resource attribute
        Returns:
        the parser of the specified attribute.
      • getMarshaller

        default AttributeMarshaller getMarshaller​(AttributeDefinition attribute)
        Returns the marshaller of the specified attribute.
        Parameters:
        attribute - a resource attribute
        Returns:
        the marshaller of the specified attribute.