Uses of Interface
org.hibernate.type.format.FormatMapper
-
Packages that use FormatMapper Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.type.format.jackson Implementations ofFormatMapperusing Jackson.org.hibernate.type.format.jakartajson An implementation ofFormatMapperusing Jakarta JSON.org.hibernate.type.format.jaxb An implementation ofFormatMapperusing JAXB. -
-
Uses of FormatMapper in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FormatMapper Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyJsonFormatMapper(FormatMapper jsonFormatMapper)Specifies aformat mapperto use for serialization/deserialization of JSON properties.SessionFactoryBuilderSessionFactoryBuilder. applyXmlFormatMapper(FormatMapper xmlFormatMapper)Specifies aformat mapperto use for serialization/deserialization of XML properties. -
Uses of FormatMapper in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FormatMapper Modifier and Type Method Description FormatMapperAbstractDelegatingSessionFactoryOptions. getJsonFormatMapper()FormatMapperSessionFactoryOptions. getJsonFormatMapper()The format mapper to use for serializing/deserializing JSON data.FormatMapperAbstractDelegatingSessionFactoryOptions. getXmlFormatMapper()FormatMapperSessionFactoryOptions. getXmlFormatMapper()The format mapper to use for serializing/deserializing XML data.Methods in org.hibernate.boot.spi with parameters of type FormatMapper Modifier and Type Method Description SessionFactoryBuilderAbstractDelegatingSessionFactoryBuilder. applyJsonFormatMapper(FormatMapper jsonFormatMapper)SessionFactoryBuilderAbstractDelegatingSessionFactoryBuilder. applyXmlFormatMapper(FormatMapper xmlFormatMapper) -
Uses of FormatMapper in org.hibernate.type.format.jackson
Classes in org.hibernate.type.format.jackson that implement FormatMapper Modifier and Type Class Description classJacksonJsonFormatMapperclassJacksonXmlFormatMapperMethods in org.hibernate.type.format.jackson that return FormatMapper Modifier and Type Method Description static FormatMapperJacksonIntegration. getJsonJacksonFormatMapperOrNull()static FormatMapperJacksonIntegration. getXMLJacksonFormatMapperOrNull() -
Uses of FormatMapper in org.hibernate.type.format.jakartajson
Classes in org.hibernate.type.format.jakartajson that implement FormatMapper Modifier and Type Class Description classJsonBJsonFormatMapperMethods in org.hibernate.type.format.jakartajson that return FormatMapper Modifier and Type Method Description static FormatMapperJakartaJsonIntegration. getJakartaJsonBFormatMapperOrNull() -
Uses of FormatMapper in org.hibernate.type.format.jaxb
Classes in org.hibernate.type.format.jaxb that implement FormatMapper Modifier and Type Class Description classJaxbXmlFormatMapper
-