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

A

acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
annotationIntrospector() - Method in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
Method called during Hibernate3Module.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.hibernate3.Hibernate3Module.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
com.fasterxml.jackson.datatype.hibernate3 - package com.fasterxml.jackson.datatype.hibernate3
 
configure(Hibernate3Module.Feature, boolean) - Method in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.hibernate3.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.hibernate3.Hibernate3Module
 
disable(Hibernate3Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 

E

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

F

findLazyValue(PersistentCollection) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
findProxied(HibernateProxy) - Method in class com.fasterxml.jackson.datatype.hibernate3.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.hibernate3.HibernateProxySerializer
 
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateSerializers
 

G

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

H

hasIgnoreMarker(AnnotatedMember) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateAnnotationIntrospector
 
hasSingleElement(Object) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
Hibernate3Module - Class in com.fasterxml.jackson.datatype.hibernate3
 
Hibernate3Module() - Constructor for class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 
Hibernate3Module(SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 
Hibernate3Module.Feature - Enum in com.fasterxml.jackson.datatype.hibernate3
Enumeration that defines all togglable features this module
HibernateAnnotationIntrospector - Class in com.fasterxml.jackson.datatype.hibernate3
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.hibernate3.HibernateAnnotationIntrospector
 
HibernateProxySerializer - Class in com.fasterxml.jackson.datatype.hibernate3
Serializer to use for values proxied using HibernateProxy.
HibernateProxySerializer(boolean) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
HibernateProxySerializer(boolean, BeanProperty) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
HibernateSerializerModifier - Class in com.fasterxml.jackson.datatype.hibernate3
 
HibernateSerializerModifier(int, SessionFactory) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.HibernateSerializerModifier
 
HibernateSerializers - Class in com.fasterxml.jackson.datatype.hibernate3
 
HibernateSerializers(int) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.HibernateSerializers
 

I

isEmpty(SerializerProvider, HibernateProxy) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
isEmpty(Object) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
Deprecated.
isEmpty(SerializerProvider, Object) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
isEnabled(Hibernate3Module.Feature) - Method in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 
isUnwrappingSerializer() - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 

M

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

P

PackageVersion - Class in com.fasterxml.jackson.datatype.hibernate3
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.hibernate3.PackageVersion
 
PersistentCollectionSerializer - Class in com.fasterxml.jackson.datatype.hibernate3
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.hibernate3.PersistentCollectionSerializer
 
PersistentCollectionSerializer(PersistentCollectionSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 

R

resolve(SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 

S

serialize(HibernateProxy, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
serializeWithType(HibernateProxy, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
 
setUseTransient(boolean) - Method in class com.fasterxml.jackson.datatype.hibernate3.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.hibernate3.PersistentCollectionSerializer
 
usesLazyLoading(BeanProperty) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
Method called to see whether given property indicates it uses lazy resolution of reference contained.
usesObjectId() - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 

V

valueOf(String) - Static method in enum com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module.Feature
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module.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.hibernate3.Hibernate3Module
 
version() - Method in class com.fasterxml.jackson.datatype.hibernate3.HibernateAnnotationIntrospector
 
VERSION - Static variable in class com.fasterxml.jackson.datatype.hibernate3.PackageVersion
 
version() - Method in class com.fasterxml.jackson.datatype.hibernate3.PackageVersion
 

_

_cfgCheckTransient - Variable in class com.fasterxml.jackson.datatype.hibernate3.HibernateAnnotationIntrospector
Whether we should check for existence of @Transient or not.
_containerSerializer() - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
_dynamicSerializers - Variable in class com.fasterxml.jackson.datatype.hibernate3.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.hibernate3.HibernateSerializerModifier
 
_features - Variable in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
Hibernate-module features set, if any.
_forceLazyLoading - Variable in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
 
_forceLoading - Variable in class com.fasterxml.jackson.datatype.hibernate3.HibernateSerializers
 
_moduleFeatures - Variable in class com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module
Bit flag composed of bits that indicate which Hibernate3Module.Features are enabled.
_originalType - Variable in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
Type for which underlying serializer was created.
_property - Variable in class com.fasterxml.jackson.datatype.hibernate3.HibernateProxySerializer
Property that has proxy value to handle
_serializer - Variable in class com.fasterxml.jackson.datatype.hibernate3.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.hibernate3.Hibernate3Module
 
_sessionFactory - Variable in class com.fasterxml.jackson.datatype.hibernate3.HibernateSerializerModifier
 
_sessionFactory - Variable in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
_withSerializer(JsonSerializer<?>) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hibernate3.PersistentCollectionSerializer
 
A C D E F G H I M P R S U V _ 

Copyright © 2017 FasterXML. All rights reserved.