Uses of Class
com.fasterxml.jackson.jakarta.rs.cfg.EndpointConfigBase
Packages that use EndpointConfigBase
Package
Description
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 EndpointConfigBaseModifier and TypeClassDescriptionclassProviderBase<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 EndpointConfigBaseModifier and TypeClassDescriptionclassEndpointConfigBase<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 EndpointConfigBaseModifier and TypeMethodDescriptionabstract 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.jsonModifier and TypeClassDescriptionclassContainer class for figuring out annotation-based configuration for Jakarta-RS end points.