Uses of Class
tools.jackson.jakarta.rs.cfg.EndpointConfigBase
Packages that use EndpointConfigBase
-
Uses of EndpointConfigBase in tools.jackson.jakarta.rs.base
Classes in tools.jackson.jakarta.rs.base with type parameters of type EndpointConfigBaseModifier and TypeClassDescriptionclassProviderBase<THIS extends ProviderBase<THIS,MAPPER, EP_CONFIG, MAPPER_CONFIG>, MAPPER extends tools.jackson.databind.ObjectMapper, EP_CONFIG extends EndpointConfigBase<EP_CONFIG>, MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG, MAPPER>> -
Uses of EndpointConfigBase in tools.jackson.jakarta.rs.cfg
Classes in tools.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 tools.jackson.jakarta.rs.cfg with parameters of type EndpointConfigBaseModifier and TypeMethodDescriptionabstract tools.jackson.databind.ObjectReaderObjectReaderModifier.modify(EndpointConfigBase<?> endpoint, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, tools.jackson.databind.JavaType resultType, tools.jackson.databind.ObjectReader r, tools.jackson.core.JsonParser p) Method called to let modifier make any changes it wants to to objects used for reading request objects for specified endpoint.abstract tools.jackson.databind.ObjectWriterObjectWriterModifier.modify(EndpointConfigBase<?> endpoint, jakarta.ws.rs.core.MultivaluedMap<String, Object> responseHeaders, Object valueToWrite, tools.jackson.databind.ObjectWriter w) Method called to let modifier make any changes it wants to to objects used for writing response for specified endpoint.