A configuration state associated with a {@link Configurable configurable} JAX-RS context.Defines the components as well as additional meta-data for the configured context.
A configuration state may be used to retrieve configuration information about of the associated JAX-RS context (e.g. application, resource method, etc.) or component (e.g. {@link javax.ws.rs.client.Client}, {@link javax.ws.rs.client.WebTarget}, etc.). Configuration information consists of properties, registered JAX-RS component classes and/or instances.
@author Marek Potociar
@since 2.0