Interface ValidatorConfig.ValidatorsValuesConfig

Enclosing interface:
ValidatorConfig

public static interface ValidatorConfig.ValidatorsValuesConfig
Parameter configuration for validator extension
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether parameter-svc is enabled in case the parameter extension is present.
    Key to parameter-name mapping
  • Method Details

    • enabled

      @WithName("enabled") @WithDefault("true") boolean enabled()
      Whether parameter-svc is enabled in case the parameter extension is present.
    • mapping

      @WithName("mapping") Map<String,String> mapping()
      Key to parameter-name mapping