Interface Config.FieldConfig

Enclosing interface:
Config

public static interface Config.FieldConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Enable or disable the field.
    Used to change the json key for the field.
  • Method Details

    • fieldName

      Optional<String> fieldName()
      Used to change the json key for the field.
    • enabled

      Optional<Boolean> enabled()
      Enable or disable the field.