Annotation Type YAPIONDeserializeType


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface YAPIONDeserializeType
    This annotation is useful for interface implementations like List, Map, Queue, Queue or Set. You can describe with what Type the YAPIONDeserializer should fill a Field.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> type  
    • Element Detail

      • type

        java.lang.Class<?> type