Interface FromJson.Receiver<T>

Enclosing interface:
FromJson

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

    Modifier and Type Method Description
    default java.util.List<? extends java.lang.annotation.Annotation> getAnnotations()  
    java.lang.Class<? extends T> getType()  
    default void receive​(T value)  
  • Method Details

    • getAnnotations

      default java.util.List<? extends java.lang.annotation.Annotation> getAnnotations()
    • getType

      java.lang.Class<? extends T> getType()
    • receive

      default void receive​(T value)