Class JsonStringParameterReader<T>

java.lang.Object
ru.tinkoff.kora.json.module.http.server.JsonStringParameterReader<T>
All Implemented Interfaces:
ru.tinkoff.kora.http.server.common.handler.StringParameterReader<T>

public class JsonStringParameterReader<T> extends Object implements ru.tinkoff.kora.http.server.common.handler.StringParameterReader<T>
  • Constructor Details

    • JsonStringParameterReader

      public JsonStringParameterReader(ru.tinkoff.kora.json.common.JsonReader<T> reader)
  • Method Details

    • read

      public T read(String string)
      Specified by:
      read in interface ru.tinkoff.kora.http.server.common.handler.StringParameterReader<T>