Annotation Interface JsonFormat


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Documented @Qualifier public @interface JsonFormat
CDI qualifier for beans implementing a FormatMapper.

This mapper will be used by Hibernate ORM for serialization and deserialization of JSON properties.

Must be used in a combination with a PersistenceUnitExtension qualifier to define the persistence unit the mapper should be associated with.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class