Uses of Interface
org.hibernate.type.format.FormatMapper
Packages that use FormatMapper
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Contracts for reading and writing values to and from JDBC.
SPIs related to
JavaType
.Support for type mappings which format composite values to a structured
text format (JSON or XML) for storage in a database-specific column type
supporting that structured format.
Implementations of
FormatMapper
using Jackson.An implementation of
FormatMapper
using Jakarta JSON.An implementation of
FormatMapper
using JAXB.Defines a registry for Hibernate
Type
s.-
Uses of FormatMapper in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FormatMapperModifier and TypeMethodDescriptionSessionFactoryBuilder.applyJsonFormatMapper
(FormatMapper jsonFormatMapper) Specifies aformat mapper
to use for serialization/deserialization of JSON properties.SessionFactoryBuilder.applyXmlFormatMapper
(FormatMapper xmlFormatMapper) Specifies aformat mapper
to use for serialization/deserialization of XML properties. -
Uses of FormatMapper in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return FormatMapperModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getJsonFormatMapper()
SessionFactoryOptionsBuilder.getXmlFormatMapper()
Methods in org.hibernate.boot.internal with parameters of type FormatMapperModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyJsonFormatMapper
(FormatMapper jsonFormatMapper) void
SessionFactoryOptionsBuilder.applyJsonFormatMapper
(FormatMapper jsonFormatMapper) SessionFactoryBuilderImpl.applyXmlFormatMapper
(FormatMapper xmlFormatMapper) void
SessionFactoryOptionsBuilder.applyXmlFormatMapper
(FormatMapper xmlFormatMapper) -
Uses of FormatMapper in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FormatMapperModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getJsonFormatMapper()
SessionFactoryOptions.getJsonFormatMapper()
The format mapper to use for serializing/deserializing JSON data.AbstractDelegatingSessionFactoryOptions.getXmlFormatMapper()
SessionFactoryOptions.getXmlFormatMapper()
The format mapper to use for serializing/deserializing XML data.Methods in org.hibernate.boot.spi with parameters of type FormatMapperModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyJsonFormatMapper
(FormatMapper jsonFormatMapper) AbstractDelegatingSessionFactoryBuilder.applyXmlFormatMapper
(FormatMapper xmlFormatMapper) -
Uses of FormatMapper in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FormatMapperModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJsonFormatMapper()
SharedSessionDelegatorBaseImpl.getJsonFormatMapper()
SessionDelegatorBaseImpl.getXmlFormatMapper()
SharedSessionDelegatorBaseImpl.getXmlFormatMapper()
-
Uses of FormatMapper in org.hibernate.internal
Methods in org.hibernate.internal that return FormatMapperModifier and TypeMethodDescriptionAbstractSharedSessionContract.getJsonFormatMapper()
AbstractSharedSessionContract.getXmlFormatMapper()
-
Uses of FormatMapper in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return FormatMapperModifier and TypeMethodDescriptionWrapperOptions.getJsonFormatMapper()
Obtain the JSONFormatMapper
.WrapperOptions.getXmlFormatMapper()
Obtain the XMLFormatMapper
. -
Uses of FormatMapper in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi that return FormatMapperModifier and TypeMethodDescriptionprotected abstract FormatMapper
FormatMapperBasedJavaType.getFormatMapper
(TypeConfiguration typeConfiguration) protected FormatMapper
JsonJavaType.getFormatMapper
(TypeConfiguration typeConfiguration) protected FormatMapper
XmlJavaType.getFormatMapper
(TypeConfiguration typeConfiguration) -
Uses of FormatMapper in org.hibernate.type.format
Classes in org.hibernate.type.format that implement FormatMapper -
Uses of FormatMapper in org.hibernate.type.format.jackson
Classes in org.hibernate.type.format.jackson that implement FormatMapperModifier and TypeClassDescriptionfinal class
final class
Methods in org.hibernate.type.format.jackson that return FormatMapperModifier and TypeMethodDescriptionstatic FormatMapper
JacksonIntegration.getJsonJacksonFormatMapperOrNull()
static FormatMapper
JacksonIntegration.getXMLJacksonFormatMapperOrNull()
static FormatMapper
JacksonIntegration.getXMLJacksonFormatMapperOrNull
(boolean legacyFormat) -
Uses of FormatMapper in org.hibernate.type.format.jakartajson
Classes in org.hibernate.type.format.jakartajson that implement FormatMapperMethods in org.hibernate.type.format.jakartajson that return FormatMapperModifier and TypeMethodDescriptionstatic FormatMapper
JakartaJsonIntegration.getJakartaJsonBFormatMapperOrNull()
-
Uses of FormatMapper in org.hibernate.type.format.jaxb
Classes in org.hibernate.type.format.jaxb that implement FormatMapper -
Uses of FormatMapper in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return FormatMapperModifier and TypeMethodDescriptionfinal FormatMapper
TypeConfiguration.getJsonFormatMapper()
final FormatMapper
TypeConfiguration.getXmlFormatMapper()