Annotation Interface NamingStrategy


@Target(TYPE) @Retention(CLASS) public @interface NamingStrategy
Русский: Позволяет указывать реализацию конвертера строк разных конвенций именования NameConverter. Применяется в таких модулях как Json и сущности базы данных и т.д.
English: Allows you to specify a string converter implementation of different naming conventions NameConverter. Applies to modules such as Json and database entities, etc.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends NameConverter>[]