Interface ParseContextConfig

    • Method Detail

      • configure

        void configure​(javax.ws.rs.core.MultivaluedMap<String,​String> headers,
                       Metadata metadata,
                       ParseContext context)
        Configures the parseContext with present headers.
        Parameters:
        headers - the headers.
        metadata - the metadata.
        context - the parse context to configure.