Package yapion.annotations.deserialize
Annotation Type YAPIONDeserializeType
-
@Retention(RUNTIME) @Target(FIELD) public @interface YAPIONDeserializeTypeThis annotation is useful for interface implementations likeList,Map,Queue,QueueorSet. You can describe with what Type theYAPIONDeserializershould fill a Field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>type
-