Annotation Type JsonTypeResolver


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface JsonTypeResolver
    Annotation that can be used to explicitly define custom resolver used for handling serialization and deserialization of type information, needed for handling of polymorphic types (or sometimes just for linking abstract types to concrete types)
    Since:
    1.5