Annotation Interface JsonDiscriminatorValue
Русский: Аннотация указывает, что класс/интерфейс является частью запечатанного класса, а аннотированный тип связан со значением поля
English: Annotation indicates that class/interface is part of sealed class and annotated type is associated with
value(), работает в связке с верхней аннотацией JsonDiscriminatorField.
English: Annotation indicates that class/interface is part of sealed class and annotated type is associated with
value() field value, works in conjunctions with top JsonDiscriminatorField annotation- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] value- Returns:
- Русский: Значения поля
JsonDiscriminatorFieldс которыми будет ассоциироваться проаннотированный тип
English: TheJsonDiscriminatorFieldfield values with which the annotated type will be associated
-