Annotation Interface JsonProperty


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface JsonProperty
Provides a 1:1 mapping from jackson's annotation. This was created to avoid direct dependency on jackson in SolrJ
  • Element Details

    • value

      String value
      Default:
      ""
    • required

      boolean required
      Default:
      false
    • defaultValue

      String defaultValue
      Default:
      ""