Annotation Type JsonSchemaBool


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

      • path

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

        boolean value
        Returns:
        a boolean value to place in the schema