Interface FromJson.To

Enclosing interface:
FromJson

public static interface FromJson.To
  • Method Summary

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

    • type

      Class<?> type()
    • annotations

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

      default <T> void receive(T value)