Interface JsonFieldAdapterString<T>

All Superinterfaces:
JsonFieldAdapter

public interface JsonFieldAdapterString<T> extends JsonFieldAdapter
JSON field adapter for strings.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String value)
    Parse
    void
    write(T value, JsonWriter writer)
    Write
  • Method Details

    • parse

      T parse(String value)
      Parse
      Parameters:
      value - value to parse
      Returns:
      result
    • write

      void write(T value, JsonWriter writer) throws IOException
      Write
      Parameters:
      value - to write
      writer - output
      Throws:
      IOException - in case of failure