Class ValidatorImpls
java.lang.Object
org.apache.pulsar.config.validation.ValidatorImpls
System defined Validator Annotations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classvalidates class implements one of these classes.static classvalidates that the item implements a certain type.static classValidates each entry in a list against a list of custom Validators.static classValidates each entry in a list.static classvalidates each key and each value against the respective arrays of validators.static classvalidates each key and value in a map of a certain type.static classValidates if an object is not null.static classValidates a positive number.static classValidates basic types.static classvalidates that the string is equal to one of the specified ones in the list. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValidatorImpls
public ValidatorImpls()
-