Uses of Interface
com.beust.jcommander.IValueValidator
Packages that use IValueValidator
-
Uses of IValueValidator in com.beust.jcommander
Methods in com.beust.jcommander that return types with arguments of type IValueValidatorModifier and TypeMethodDescriptionClass<? extends IValueValidator>[]
WrappedParameter.validateValueWith()
Method parameters in com.beust.jcommander with type arguments of type IValueValidatorModifier and TypeMethodDescriptionstatic void
ParameterDescription.validateValueParameter
(Class<? extends IValueValidator> validator, String name, Object value) -
Uses of IValueValidator in com.beust.jcommander.validators
Classes in com.beust.jcommander.validators that implement IValueValidatorModifier and TypeClassDescriptionclass
This is the default value of the validateValueWith attribute.