Class DocumentSelectorConfig

    • Constructor Detail

      • DocumentSelectorConfig

        public DocumentSelectorConfig()
    • Method Detail

      • configure

        public void configure​(javax.ws.rs.core.MultivaluedMap<String,​String> httpHeaders,
                              Metadata mtadata,
                              ParseContext context)
        Description copied from interface: ParseContextConfig
        Configures the parseContext with present headers.
        Specified by:
        configure in interface ParseContextConfig
        Parameters:
        httpHeaders - the headers.
        mtadata - the metadata.
        context - the parse context to configure.