Interface HibernateOrmConfig.HibernateOrmConfigMapping.HibernateOrmConfigMappingFormat

Enclosing interface:
HibernateOrmConfig.HibernateOrmConfigMapping

public static interface HibernateOrmConfig.HibernateOrmConfigMapping.HibernateOrmConfigMappingFormat
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.hibernate.orm.runtime.customized.BuiltinFormatMapperBehaviour
    How the default JSON/XML format mappers are configured.
  • Method Details

    • global

      @WithDefault("fail") io.quarkus.hibernate.orm.runtime.customized.BuiltinFormatMapperBehaviour global()
      How the default JSON/XML format mappers are configured. Only available to mitigate migration from the current Quarkus-preconfigured format mappers (that will be removed in the future version).