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