Annotation Type JsonSchemaInt


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface JsonSchemaInt
    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  
      int value  
    • Element Detail

      • path

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

        int value
        Returns:
        an int value to place in the schema