Package ru.tinkoff.kora.http.common.annotation


package ru.tinkoff.kora.http.common.annotation
  • Annotation Interfaces
    Class
    Description
    Русский: Аннотация указывает аргумент метода должен быть интерпретирован как Cookie параметр запроса/ответа English: Annotation specifies the method argument should be interpreted as a Cookie request/response parameter

    Пример / Example:
    Русский: Аннотация указывает аргумент метода должен быть интерпретирован как заголовок запроса/ответа English: Annotation specifies the method argument should be interpreted as a request/response header

    Пример / Example:
    Русский: Аннотация указывает что метод является HTTP операцией и определяет ее путь и тип English: Annotation specifies that the method is an HTTP operation and defines its path and type

    Пример / Example:
    Русский: Аннотация указывает для класса/метода/HTTP-сервера будет зарегистрирован перехватчик English: Annotation specifies for the class/method/HTTP server the interceptor will be registered for

    Пример / Example:
     
    Русский: Аннотация указывает аргумент метода должен быть интерпретирован как часть пути запроса/ответа English: Annotation specifies the method argument should be interpreted as a part of request/response path

    Пример / Example:
    Русский: Аннотация указывает аргумент метода должен быть интерпретирован как параметр запроса/ответа English: Annotation specifies the method argument should be interpreted as a request/response query parameter

    Пример / Example: