Interface AttributeDefinitionXMLConfiguration.Configurator<C extends AttributeDefinitionXMLConfiguration.Configurator<C>>

    • Method Detail

      • withLocalNames

        C withLocalNames​(Map<AttributeDefinition,​String> localNames)
        Overrides the qualified names for the specified attributes.
        Parameters:
        names - a mapping of qualified name overrides
        Returns:
        a reference to this configurator
      • withNames

        C withNames​(Map<AttributeDefinition,​QName> names)
        Overrides the qualified names for the specified attributes.
        Parameters:
        names - a mapping of qualified name overrides
        Returns:
        a reference to this configurator
      • withParsers

        C withParsers​(Map<AttributeDefinition,​AttributeParser> parsers)
        Overrides the parsers for the specified attributes.
        Parameters:
        parsers - a mapping of parser overrides
        Returns:
        a reference to this configurator
      • withMarshallers

        C withMarshallers​(Map<AttributeDefinition,​AttributeMarshaller> marshallers)
        Overrides the marshallers for the specified attributes.
        Parameters:
        marshallers - a mapping of marshaller overrides
        Returns:
        a reference to this configurator