Annotation Type JsonSchemaString


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface JsonSchemaString
    Injects custom values to the schema generated for fields or getters.
    Author:
    bbyk
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String path  
      java.lang.String value  
    • Element Detail

      • path

        java.lang.String path
        Returns:
        a slash separated path to the value in the schema
      • value

        java.lang.String value
        Returns:
        a string value to place in the schema