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.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.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.-
Uses of FormatMapper in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FormatMapperModifier and TypeMethodDescriptionSessionFactoryBuilder.applyJsonFormatMapper(FormatMapper jsonFormatMapper) Specifies aformat mapperto use for serialization/deserialization of JSON properties.SessionFactoryBuilder.applyXmlFormatMapper(FormatMapper xmlFormatMapper) Specifies aformat mapperto 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) voidSessionFactoryOptionsBuilder.applyJsonFormatMapper(FormatMapper jsonFormatMapper) SessionFactoryBuilderImpl.applyXmlFormatMapper(FormatMapper xmlFormatMapper) voidSessionFactoryOptionsBuilder.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.internal
Methods in org.hibernate.internal that return FormatMapperModifier and TypeMethodDescriptionFastSessionServices.getJsonFormatMapper()FastSessionServices.getXmlFormatMapper() -
Uses of FormatMapper in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi that return FormatMapperModifier and TypeMethodDescriptionprotected abstract FormatMapperFormatMapperBasedJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperJsonJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperXmlJavaType.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 classfinal classMethods in org.hibernate.type.format.jackson that return FormatMapperModifier and TypeMethodDescriptionstatic FormatMapperJacksonIntegration.getJsonJacksonFormatMapperOrNull()static FormatMapperJacksonIntegration.getXMLJacksonFormatMapperOrNull() -
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 FormatMapperJakartaJsonIntegration.getJakartaJsonBFormatMapperOrNull() -
Uses of FormatMapper in org.hibernate.type.format.jaxb
Classes in org.hibernate.type.format.jaxb that implement FormatMapper