Annotation Type ConfigValidationAnnotations.List


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface ConfigValidationAnnotations.List
    validates each entry in a list is of a certain type.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> type  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?> validatorClass  
    • Element Detail

      • type

        java.lang.Class<?> type
      • validatorClass

        java.lang.Class<?> validatorClass
        Default:
        org.apache.pulsar.config.validation.ValidatorImpls.ListEntryTypeValidator.class