Uses of Interface
io.github.cowwoc.requirements13.java.JavaValidators
Packages that use JavaValidators
-
Uses of JavaValidators in io.github.cowwoc.requirements13.java
Subinterfaces with type arguments of type JavaValidators in io.github.cowwoc.requirements13.javaModifier and TypeInterfaceDescriptioninterfaceCreates validators for the Java API with an independent configuration.Methods in io.github.cowwoc.requirements13.java that return JavaValidatorsModifier and TypeMethodDescriptionstatic JavaValidatorsJavaValidators.newInstance()Creates a new instance using the default configuration.static JavaValidatorsDefaultJavaValidators.removeContext(String name) Removes the contextual information of validators created by this factory.static JavaValidatorsDefaultJavaValidators.withContext(Object value, String name) Sets the contextual information for validators created by this factory.