Interface Transcoder.MapLike<D>

Enclosing interface:
Transcoder<D>

public static interface Transcoder.MapLike<D>
  • Method Details

    • keys

    • hasValue

      boolean hasValue(String key)
    • getValue

      Result<D> getValue(String key)
    • size

      default int size()
    • isEmpty

      default boolean isEmpty()