Annotation Type Deserialize
-
@Target(TYPE) @Retention(RUNTIME) public @interface Deserialize
It is used in place of @JsonDeserialize to allow to override the implementation class- Author:
- Luca Frosini (ISTI - CNR)
-
-
Element Detail
-
as
Class<?> as
- Default:
- java.lang.Void.class
-
-