Uses of Enum Class
io.quarkus.hibernate.orm.runtime.customized.FormatMapperKind
Packages that use FormatMapperKind
Package
Description
-
Uses of FormatMapperKind in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return types with arguments of type FormatMapperKindModifier and TypeMethodDescriptionQuarkusPersistenceUnitDefinition.getJsonMapperCreator()QuarkusPersistenceUnitDefinition.getXmlMapperCreator()Constructor parameters in io.quarkus.hibernate.orm.runtime.boot with type arguments of type FormatMapperKindModifierConstructorDescriptionQuarkusPersistenceUnitDefinition(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean reactive, boolean fromPersistenceXml, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors) -
Uses of FormatMapperKind in io.quarkus.hibernate.orm.runtime.customized
Methods in io.quarkus.hibernate.orm.runtime.customized that return FormatMapperKindModifier and TypeMethodDescriptionstatic FormatMapperKindReturns the enum constant of this class with the specified name.static FormatMapperKind[]FormatMapperKind.values()Returns an array containing the constants of this enum class, in the order they are declared.