Skip navigation links
A C D E F G H I J L M N O P R S T V W _ 

A

add(Annotation[], boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
addAnnotation(Class<? extends Annotation>, Annotation, boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
addUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for marking specified type as "untouchable", meaning that provider will not try to read or write values of this type (or its subtypes).
AnnotationBundleKey - Class in com.fasterxml.jackson.jaxrs.cfg
Helper class used to allow efficient caching of information, given a sequence of Annotations.
AnnotationBundleKey(Annotation[], Class<?>) - Constructor for class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
 
Annotations - Enum in com.fasterxml.jackson.jaxrs.cfg
Enumeration that defines standard annotation sets available for configuring data binding aspects.
annotations() - Method in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 

C

checkCanDeserialize(boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a deserializer for type should be done when ProviderBase.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
checkCanSerialize(boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a serializer for type should be done when ProviderBase.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
CLASS_NAME_NO_CONTENT_EXCEPTION - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
ClassKey - Class in com.fasterxml.jackson.jaxrs.util
Efficient key class, used instead of using Class.
ClassKey() - Constructor for class com.fasterxml.jackson.jaxrs.util.ClassKey
 
ClassKey(Class<?>) - Constructor for class com.fasterxml.jackson.jaxrs.util.ClassKey
 
collectDefaults() - Static method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
 
com.fasterxml.jackson.jaxrs.annotation - package com.fasterxml.jackson.jaxrs.annotation
Package that contains annotations applicable to all content types.
com.fasterxml.jackson.jaxrs.base - package com.fasterxml.jackson.jaxrs.base
 
com.fasterxml.jackson.jaxrs.base.nocontent - package com.fasterxml.jackson.jaxrs.base.nocontent
 
com.fasterxml.jackson.jaxrs.cfg - package com.fasterxml.jackson.jaxrs.cfg
 
com.fasterxml.jackson.jaxrs.util - package com.fasterxml.jackson.jaxrs.util
Miscellaneous helper classes used by providers.
compareTo(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 
configure(JaxRSFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
configure(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
configure(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
configure(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
createNoContentException() - Method in class com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS1NoContentExceptionSupplier
 
createNoContentException() - Method in class com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS2NoContentExceptionSupplier
 
createNoContentException() - Method in interface com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
 

D

DEFAULT_UNREADABLES - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
These are classes that we never use for reading (never try to deserialize instances of these types).
DEFAULT_UNTOUCHABLES - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
DEFAULT_UNWRITABLES - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
These are classes that we never use for writing (never try to serialize instances of these types).
disable(JaxRSFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(JaxRSFeature, JaxRSFeature...) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(DeserializationFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(SerializationFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(JsonParser.Feature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 

E

enable(JaxRSFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(JaxRSFeature, JaxRSFeature...) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(DeserializationFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(SerializationFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(JsonParser.Feature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enabledByDefault() - Method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
 
enabledIn(int) - Method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
 
ENDPOINT_NAME - Static variable in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty - Class in com.fasterxml.jackson.jaxrs.util
BeanProperty implementation used for passing annotations from JAX-RS endpoint into Jackson.
EndpointAsBeanProperty(PropertyName, JavaType, Annotation[]) - Constructor for class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty(EndpointAsBeanProperty, JavaType) - Constructor for class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointConfigBase<THIS extends EndpointConfigBase<THIS>> - Class in com.fasterxml.jackson.jaxrs.cfg
Container class for figuring out annotation-based configuration for JAX-RS end points.
EndpointConfigBase(MapperConfig<?>) - Constructor for class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
equals(Object) - Method in class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
 
equals(Object) - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 

F

findEncoding(MediaType, MultivaluedMap<String, Object>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper method to use for determining desired output encoding.
findSuperTypes(Class<?>, Class<?>) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
findSuperTypes(Class<?>, Class<?>, List<Class<?>>) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 

G

get() - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
 
get() - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
 
getActiveView() - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
getAndClear() - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
 
getAndClear() - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
 
getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
getConfiguredMapper() - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
Method that locates, configures and returns ObjectMapper to use
getDefaultMapper() - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
getMask() - Method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
 
getReader() - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
getRootName() - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to figure out serialized length of given value.
getWriter() - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 

H

hashCode() - Method in class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
 
hashCode() - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 
hasMatchingMediaType(MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider.
hasMatchingMediaTypeForReading(MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider for read operations (when binding input data such as POST body).
hasMatchingMediaTypeForWriting(MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider for writing operations, such as when converting response object to response body of request (like GET or POST).
HEADER_CONTENT_TYPE_OPTIONS - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
This header is useful on Windows, trying to deal with potential XSS attacks.

I

immutableKey() - Method in class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.
initReader(ObjectReader) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
initWriter(ObjectWriter) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
isEnabled(JaxRSFeature) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.

J

JacksonFeatures - Annotation Type in com.fasterxml.jackson.jaxrs.annotation
Annotation that can be used enable and/or disable various features for ObjectReaders and ObjectWriters.
JaxRS1NoContentExceptionSupplier - Class in com.fasterxml.jackson.jaxrs.base.nocontent
Create plain IOException for JaxRS 1.x because NoContentException has been introduced in JaxRS 2.x
JaxRS1NoContentExceptionSupplier() - Constructor for class com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS1NoContentExceptionSupplier
 
JaxRS2NoContentExceptionSupplier - Class in com.fasterxml.jackson.jaxrs.base.nocontent
This supplier creates fair NoContentException from JaxRS 2.x
JaxRS2NoContentExceptionSupplier() - Constructor for class com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS2NoContentExceptionSupplier
 
JAXRS_FEATURE_DEFAULTS - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
JaxRSFeature - Enum in com.fasterxml.jackson.jaxrs.cfg
Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.
JsonMappingExceptionMapper - Class in com.fasterxml.jackson.jaxrs.base
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
JsonMappingExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.base.JsonMappingExceptionMapper
 
JsonParseExceptionMapper - Class in com.fasterxml.jackson.jaxrs.base
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
JsonParseExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.base.JsonParseExceptionMapper
 

L

locateMapper(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method called to locate ObjectMapper to use for serialization and deserialization.
LRUMap<K,V> - Class in com.fasterxml.jackson.jaxrs.util
Helper for simple bounded LRU maps used for reusing lookup values.
LRUMap(int, int) - Constructor for class com.fasterxml.jackson.jaxrs.util.LRUMap
 

M

mapper() - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> - Class in com.fasterxml.jackson.jaxrs.cfg
Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
MapperConfiguratorBase(MAPPER, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
modify(EndpointConfigBase<?>, MultivaluedMap<String, String>, JavaType, ObjectReader, JsonParser) - Method in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderModifier
Method called to let modifier make any changes it wants to to objects used for reading request objects for specified endpoint.
modify(EndpointConfigBase<?>, MultivaluedMap<String, Object>, Object, ObjectWriter, JsonGenerator) - Method in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterModifier
Method called to let modifier make any changes it wants to to objects used for writing response for specified endpoint.
modifyBeforeWrite(Object) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 

N

NO_CONTENT_MESSAGE - Static variable in interface com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
 
NoContentExceptionSupplier - Interface in com.fasterxml.jackson.jaxrs.base
Implementors of this class contains strategies for NoContentException creation
noContentExceptionSupplier - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
nullIfEmpty(T[]) - Static method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 

O

ObjectReaderInjector - Class in com.fasterxml.jackson.jaxrs.cfg
Based on ideas from [Issue#32], this class allows registering a modifier (ObjectReaderModifier) that can be used to reconfigure ObjectReader that JAX-RS Resource will use for reading input into Java Objects.
ObjectReaderModifier - Class in com.fasterxml.jackson.jaxrs.cfg
 
ObjectReaderModifier() - Constructor for class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderModifier
 
ObjectWriterInjector - Class in com.fasterxml.jackson.jaxrs.cfg
Based on ideas from [Issue#32], this class allows "overriding" of ObjectWriter that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource.
ObjectWriterModifier - Class in com.fasterxml.jackson.jaxrs.cfg
 
ObjectWriterModifier() - Constructor for class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterModifier
 

P

ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> - Class in com.fasterxml.jackson.jaxrs.base
 
ProviderBase(MAPPER_CONFIG) - Constructor for class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
ProviderBase() - Constructor for class com.fasterxml.jackson.jaxrs.base.ProviderBase
Deprecated.

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to deserialize given value.
removeEldestEntry(Map.Entry<K, V>) - Method in class com.fasterxml.jackson.jaxrs.util.LRUMap
 
removeUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for removing definition of specified type as untouchable: usually only
reset(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 

S

set(ObjectReaderModifier) - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
 
set(ObjectWriterModifier) - Static method in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
 
setAnnotationsToUse(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for configuring which annotation sets to use (including none).
setAnnotationsToUse(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
setDefaultReadView(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
setDefaultView(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading and writing content when end point does not have explicit View annotations.
setDefaultWriteView(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
setMapper(MAPPER) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that can be used to directly define ObjectMapper to use for serialization and deserialization; if null, will use the standard provider discovery from context instead.
setMapper(MAPPER) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 

T

toResponse(JsonMappingException) - Method in class com.fasterxml.jackson.jaxrs.base.JsonMappingExceptionMapper
 
toResponse(JsonParseException) - Method in class com.fasterxml.jackson.jaxrs.base.JsonParseExceptionMapper
 
toString() - Method in class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
 
toString() - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 

V

valueOf(String) - Static method in enum com.fasterxml.jackson.jaxrs.cfg.Annotations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.jackson.jaxrs.cfg.Annotations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
Returns an array containing the constants of this enum type, in the order they are declared.

W

withType(JavaType) - Method in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to serialize given value.

_

_activeView - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_addSuperTypes(Class<?>, Class<?>, Collection<Class<?>>, boolean) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_annotations - Variable in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
_cfgCheckCanDeserialize - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Whether we want to actually check that Jackson has a deserializer for given type.
_cfgCheckCanSerialize - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Whether we want to actually check that Jackson has a serializer for given type.
_cfgCustomUntouchables - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Map that contains overrides to default list of untouchable types: true meaning that entry is untouchable, false that is is not.
_config - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_configForReading(MAPPER, Annotation[], Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_configForReading(ObjectReader, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_configForWriting(MAPPER, Annotation[], Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_configForWriting(ObjectWriter, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_containedIn(Class<?>, HashSet<ClassKey>) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_createGenerator(ObjectWriter, OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method called to create a JsonGenerator for writing contents into given raw OutputStream.
_createNoContentException() - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_createParser(ObjectReader, InputStream) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method called to create a JsonParser for reading contents of given raw InputStream.
_defaultAnnotationsToUse - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
Annotations set to use by default; overridden by explicit call to MapperConfiguratorBase.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.cfg.Annotations[])
_defaultMapper - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
_defaultReadView - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
View to use for reading if none defined for the end point.
_defaultWriteView - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
View to use for writing if none defined for the end point.
_deserDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_deserEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_endpointForReading(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method that will basically fetch representation of the endpoint that can be used to get ObjectReader to use for deserializing content
_endpointForWriting(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_findCustomUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_hasBeenSet - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
Simple marker used to optimize out ThreadLocal access in cases where this feature is not being used
_hasBeenSet - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
Simple marker used to optimize out ThreadLocal access in cases where this feature is not being used
_isIgnorableForReading(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which are not bound from content.
_isIgnorableForWriting(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which can not be written out.
_isSpecialReadable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable helper method used to allow handling of somewhat special types for reading
_jaxbIntrospectorClass - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
To support optional dependency to Jackson JAXB annotations module (needed iff JAXB annotations are used for configuration)
_jaxRSFeatures - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Feature flags set.
_locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper method that is called if no mapper has been explicitly configured.
_mapper - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
Mapper provider was constructed with if any, or that was constructed due to a call to explicitly configure mapper.
_mapperConfig - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Helper object used for encapsulating configuration aspects of ObjectMapper
_maxEntries - Variable in class com.fasterxml.jackson.jaxrs.util.LRUMap
 
_modifyHeaders(Object, Class<?>, Type, Annotation[], MultivaluedMap<String, Object>, EP_CONFIG) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Overridable method used for adding optional response headers before serializing response object.
_noContentExceptionRef - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_rawAnnotations - Variable in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
 
_reader - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_readers - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Cache for resolved endpoint configurations when reading JSON data
_resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
_rootName - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_serDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_serEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_setAnnotations(ObjectMapper, Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
 
_threadLocal - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
 
_threadLocal - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
 
_unreadableClasses - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_untouchables - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_unwritableClasses - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_writer - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_writers - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
Cache for resolved endpoint configurations when writing JSON data
A C D E F G H I J L M N O P R S T V W _ 
Skip navigation links

Copyright © 2020 FasterXML. All rights reserved.