Interface FromJson.Receiver<T>

Enclosing interface:
FromJson

public static interface FromJson.Receiver<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<? extends Annotation>
     
    default void
    receive(T value)
     
    Class<? extends T>
     
  • Method Details

    • annotations

      default List<? extends Annotation> annotations()
    • type

      Class<? extends T> type()
    • receive

      default void receive(T value)