Uses of Package
org.apache.storm.validation
Package
Description
-
ClassDescriptionFor custom validators.Custom validator where exactly one of the validations must be successful.Validates each entry in a list with a list of validators Validators with fields: validatorClass and entryValidatorClass.Validates a each key and value in a Map with a list of validators Validator with fields: validatorClass, keyValidatorClasses, valueValidatorClasses.Validates the type of each key and value in a map Validator with fields: validatorClass, keyValidatorClass, valueValidatorClass.Validates that there are no duplicates in a list.Checks if a number is positive and whether zero inclusive Validator with fields: validatorClass, includeZero.Validators with fields: validatorClass.Complex/custom type validators.Validators with fields: validatorClass and type.Validates on object is not null.An interface that is used to inform config validation what to look at.
-
ClassDescriptionFor custom validators.Validates the type of each key and value in a map Validator with fields: validatorClass, keyValidatorClass, valueValidatorClass.Checks if a number is positive and whether zero inclusive Validator with fields: validatorClass, includeZero.Validators with fields: validatorClass.Annotation that can be used to explicitly call out public static final String fields that are not configs.An interface that is used to inform config validation what to look at.
-
-
ClassDescriptionDeclares methods for validating configuration values.Declares a method for validating configuration values that is nestable.