Annotation Type FlinkJsonSchema.AdditionalFields


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Internal
    public static @interface FlinkJsonSchema.AdditionalFields
    This allows documenting a class that supports setting dynamic properties of a certain type.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> type
      An actual type the additional fields need to match.
    • Element Detail

      • type

        Class<?> type
        An actual type the additional fields need to match.
        Returns:
        type of the additional fields