A C D E F G H I M P R S U V W _ 
All Classes All Packages

A

acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
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.HibernateProxySerializer
 
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
 
doesUseTransient() - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 

E

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

F

findLazyValue(PersistentCollection) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
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(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
findSerializer(SerializerProvider, Object) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
FORCE_LAZY_LOADING - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Whether lazy-loaded object should be forced to be loaded and then serialized (true); or serialized as nulls (false).

G

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

H

hasIgnoreMarker(AnnotatedMember) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
hasSingleElement(Object) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
Hibernate4Module - Class in com.fasterxml.jackson.datatype.hibernate4
 
Hibernate4Module() - Constructor for class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
Hibernate4Module(Mapping) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
Hibernate4Module(Mapping, SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
Hibernate4Module(SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
Hibernate4Module.Feature - Enum in com.fasterxml.jackson.datatype.hibernate4
Enumeration that defines all toggleable 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
Deprecated.
HibernateProxySerializer(boolean, boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Deprecated.
HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
HibernateProxySerializer(boolean, boolean, boolean, Mapping) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Deprecated.
HibernateProxySerializer(boolean, boolean, boolean, Mapping, BeanProperty) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Deprecated.
HibernateProxySerializer(boolean, boolean, Mapping) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
Deprecated.
HibernateProxySerializer(HibernateProxySerializer, BeanProperty, NameTransformer) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
HibernateProxySerializer.ProxyReader - Class in com.fasterxml.jackson.datatype.hibernate4
Inspects a Hibernate proxy to try and determine the name of the identifier property (Hibernate proxies know the getter of the identifier property because it receives special treatment in the invocation handler).
HibernateSerializerModifier - Class in com.fasterxml.jackson.datatype.hibernate4
 
HibernateSerializerModifier(int, SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
HibernateSerializers - Class in com.fasterxml.jackson.datatype.hibernate4
 
HibernateSerializers(int) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
HibernateSerializers(Mapping, int) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 

I

isEmpty(SerializerProvider, Object) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
isEmpty(SerializerProvider, HibernateProxy) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
isEmpty(Object) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Deprecated.
isEnabled(Hibernate4Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
isIgnorableType(AnnotatedClass) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
 
isUnwrappingSerializer() - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
isUnwrappingSerializer() - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 

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(JavaType, JsonSerializer<?>, int, SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
PersistentCollectionSerializer(PersistentCollectionSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
ProxyReader() - Constructor for class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer.ProxyReader
 

R

REPLACE_PERSISTENT_COLLECTIONS - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Feature that may be enabled to force replacement org.hibernate.collection.spi.PersistentCollection, List, Set, Map subclasses during serialization as standard JDK List, Set and Map.
REQUIRE_EXPLICIT_LAZY_LOADING_MARKER - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
This feature determines how PersistentCollections properties for which no annotation is found are handled with respect to lazy-loading: if true, lazy-loading is only assumed if annotation is used to indicate that; if false, lazy-loading is assumed to be the default.
resolve(SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 

S

serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
serialize(HibernateProxy, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
SERIALIZE_IDENTIFIER_FOR_LAZY_NOT_LOADED_OBJECTS - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
If FORCE_LAZY_LOADING is false, this feature serializes uninitialized lazy loading proxies as {"identifierName":"identifierValue"} rather than null.
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
serializeWithType(HibernateProxy, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
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

unwrappingSerializer(NameTransformer) - Method in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
unwrappingSerializer(NameTransformer) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
USE_TRANSIENT_ANNOTATION - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Whether Transient annotation should be checked or not; if true, will consider @Transient to mean that property is to be ignored; if false annotation will have no effect.
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.
usesObjectId() - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 

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() - Method in class com.fasterxml.jackson.datatype.hibernate4.PackageVersion
 
VERSION - Static variable in class com.fasterxml.jackson.datatype.hibernate4.PackageVersion
 

W

WRAP_IDENTIFIER_IN_OBJECT - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Feature that may be disables to unwrap the identifier of the serialized entity, returning a value instead of an object.
WRITE_MISSING_ENTITIES_AS_NULL - com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
Using Hibernate4Module.Feature.FORCE_LAZY_LOADING may result in `javax.persistence.EntityNotFoundException`.

_

_cfgCheckTransient - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
Whether we should check for existence of @Transient or not.
_containerSerializer() - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
_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.
_features - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
_features - Variable in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Hibernate-module features set, if any.
_forceLazyLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_forceLoading - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
_mapping - Variable in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
Hibernate mapping.
_mapping - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_mapping - 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.
_nullMissingEntities - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_nullMissingEntities - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
_originalType - Variable in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
Type for which underlying serializer was created.
_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).
_sessionFactory - Variable in class com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module
 
_sessionFactory - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializerModifier
 
_sessionFactory - Variable in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
_unwrapper - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_withSerializer(JsonSerializer<?>) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate4.PersistentCollectionSerializer
 
_wrappedIdentifier - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
 
_wrappedIdentifier - Variable in class com.fasterxml.jackson.datatype.hibernate4.HibernateSerializers
 
A C D E F G H I M P R S U V W _ 
All Classes All Packages