A C D E F G H I M P S U V _ 

A

annotationIntrospector() - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
Method called during Hibernate4Module.setupModule(com.fasterxml.jackson.databind.Module.SetupContext), to create AnnotationIntrospector to register along with module.

C

collectDefaults() - Static method in enum com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
com.fasterxml.jackson.datatype.hibernate4 - package com.fasterxml.jackson.datatype.hibernate4
 
configure(Hibernate4Module.Feature, boolean) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
We need to resolve actual serializer once we know the context; specifically must know type of property being serialized.

D

DEFAULT_FEATURES - Static variable in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
disable(Hibernate4Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 

E

enable(Hibernate4Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
enabledByDefault() - Method in enum com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
 

F

findProxied(HibernateProxy) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Helper method for finding value being proxied, if it is available or if it is to be forced to be loaded.
findSerializer(SerializerProvider, Object) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 

G

getMask() - Method in enum com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
 
getModuleName() - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 

H

Hibernate4Module - Class in com.fasterxml.jackson.datatype.hibernate4
 
Hibernate4Module() - Constructor for class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
Hibernate4Module.Feature - Enum in com.fasterxml.jackson.datatype.hibernate4
Enumeration that defines all togglable features this module
HibernateAnnotationIntrospector - Class in com.fasterxml.jackson.datatype.hibernate4
Simple AnnotationIntrospector that adds support for using Transient to denote ignorable fields (alongside with Jackson and/or JAXB annotations).
HibernateAnnotationIntrospector() - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
HibernateProxySerializer - Class in com.fasterxml.jackson.datatype.hibernate4
Serializer to use for values proxied using HibernateProxy.
HibernateProxySerializer(boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
HibernateProxySerializer(boolean, boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
HibernateSerializerModifier - Class in com.fasterxml.jackson.datatype.hibernate4
 
HibernateSerializerModifier(boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
HibernateSerializers - Class in com.fasterxml.jackson.datatype.hibernate4
 
HibernateSerializers(boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
HibernateSerializers(boolean, boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 

I

isEnabled(Hibernate4Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
isIgnorableConstructor(AnnotatedConstructor) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 

M

modifyCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, JsonSerializer<?>) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
modifyMapSerializer(SerializationConfig, MapType, BeanDescription, JsonSerializer<?>) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 

P

PackageVersion - Class in com.fasterxml.jackson.datatype.hibernate4
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class com.fasterxml.jackson.datatype.hibernate4.PackageVersion
 
PersistentCollectionSerializer - Class in com.fasterxml.jackson.datatype.hibernate4
Wrapper serializer used to handle aspects of lazy loading that can be used for Hibernate collection datatypes; which includes both Collection and Map types (unlike in JDK).
PersistentCollectionSerializer(boolean, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 

S

serialize(HibernateProxy, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
serializeWithType(HibernateProxy, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
setUseTransient(boolean) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
Method to call to specify whether @Transient annotation is to be supported; if false, will be ignored, if true, will be used to detect "ignorable" properties.

U

usesLazyLoading(BeanProperty) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Method called to see whether given property indicates it uses lazy resolution of reference contained.

V

valueOf(String) - Static method in enum com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
version() - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
VERSION - Static variable in class com.fasterxml.jackson.datatype.hibernate4.PackageVersion
 
version() - Method in class com.fasterxml.jackson.datatype.hibernate4.PackageVersion
 

_

_cfgCheckTransient - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
Whether we should check for existence of @Transient or not.
_dynamicSerializers - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
For efficient serializer lookup, let's use this; most of the time, there's just one type and one serializer.
_forceLazyLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_forceLazyLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Whether loading of values is forced for lazy references.
_forceLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
_forceLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
_moduleFeatures - Variable in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
Bit flag composed of bits that indicate which Hibernate4Module.Features are enabled.
_property - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Property that has proxy value to handle
_serializeIdentifier - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_serializeIdentifiers - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
_serializer - Variable in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Serializer that does actual value serialization when value is available (either already or with forced access).
A C D E F G H I M P S U V _ 

Copyright © 2012-2013 FasterXML. All Rights Reserved.