Annotation Type JsonValueInstantiator


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface JsonValueInstantiator
    Annotation that can be used to indicate a ValueInstantiator to use for creating instances of specified type.
    Since:
    1.9
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends ValueInstantiator> value