A C D E F G H I J L M N 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[]) - 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.

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.
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
 
com.fasterxml.jackson.jaxrs.annotation - package com.fasterxml.jackson.jaxrs.annotation
 
com.fasterxml.jackson.jaxrs.base - package com.fasterxml.jackson.jaxrs.base
 
com.fasterxml.jackson.jaxrs.cfg - package com.fasterxml.jackson.jaxrs.cfg
 
com.fasterxml.jackson.jaxrs.util - package com.fasterxml.jackson.jaxrs.util
 
compareTo(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.util.ClassKey
 
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
 

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(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
disable(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 

E

enable(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
enable(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
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(JavaType, Annotation[]) - 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() - 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

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
 
getReader() - 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 JSON type or sub type.

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(ObjectMapper) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
initWriter(ObjectMapper) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
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.
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
 
modifyBeforeWrite(Object) - Method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 

N

nullIfEmpty(T[]) - Static method in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 

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

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
 
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.
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.

W

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.
_configForReading(MAPPER, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_configForWriting(MAPPER, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_containedIn(Class<?>, HashSet<ClassKey>) - Static 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.
_deserDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_deserEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
 
_findCustomUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_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)
_locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
 
_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
 
_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
 
_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 P R S T V W _ 

Copyright © 2012-2013 FasterXML. All Rights Reserved.