Uses of Class
com.fasterxml.jackson.jakarta.rs.cfg.EndpointConfigBase
-
Packages that use EndpointConfigBase Package Description com.fasterxml.jackson.jakarta.rs.base com.fasterxml.jackson.jakarta.rs.cfg com.fasterxml.jackson.jakarta.rs.json Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). -
-
Uses of EndpointConfigBase in com.fasterxml.jackson.jakarta.rs.base
Classes in com.fasterxml.jackson.jakarta.rs.base with type parameters of type EndpointConfigBase Modifier and Type Class Description classProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> -
Uses of EndpointConfigBase in com.fasterxml.jackson.jakarta.rs.cfg
Classes in com.fasterxml.jackson.jakarta.rs.cfg with type parameters of type EndpointConfigBase Modifier and Type Class Description classEndpointConfigBase<THIS extends EndpointConfigBase<THIS>>Container class for figuring out annotation-based configuration for Jakarta-RS end points.Methods in com.fasterxml.jackson.jakarta.rs.cfg with parameters of type EndpointConfigBase Modifier and Type Method Description abstract ObjectReaderObjectReaderModifier. modify(EndpointConfigBase<?> endpoint, MultivaluedMap<String,String> httpHeaders, JavaType resultType, ObjectReader r, JsonParser p)Method called to let modifier make any changes it wants to to objects used for reading request objects for specified endpoint.abstract ObjectWriterObjectWriterModifier. modify(EndpointConfigBase<?> endpoint, MultivaluedMap<String,Object> responseHeaders, Object valueToWrite, ObjectWriter w, JsonGenerator g)Method called to let modifier make any changes it wants to to objects used for writing response for specified endpoint. -
Uses of EndpointConfigBase in com.fasterxml.jackson.jakarta.rs.json
Subclasses of EndpointConfigBase in com.fasterxml.jackson.jakarta.rs.json Modifier and Type Class Description classJsonEndpointConfigContainer class for figuring out annotation-based configuration for Jakarta-RS end points.
-