public interface ParseContextConfig
This class translates http headers into objects/configurations set via the ParseContext
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(javax.ws.rs.core.MultivaluedMap<String,String> headers,
         Metadata metadata,
         ParseContext context)
Configures the parseContext with present headers. 
 | 
void configure(javax.ws.rs.core.MultivaluedMap<String,String> headers, Metadata metadata, ParseContext context)
headers - the headers.metadata - the metadata.context - the parse context to configure.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.