Uses of Interface
javax.validation.ClockProvider
-
Packages that use ClockProvider Package Description javax.validation Top level package of the Jakarta Bean Validation API.javax.validation.spi Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers. -
-
Uses of ClockProvider in javax.validation
Methods in javax.validation that return ClockProvider Modifier and Type Method Description ClockProviderConstraintValidatorContext. getClockProvider()Returns the provider for obtaining the current time in the form of aClock, e.g.ClockProviderValidatorFactory. getClockProvider()Returns theClockProviderinstance configured at initialization time for theValidatorFactory.ClockProviderConfiguration. getDefaultClockProvider()Returns an implementation of theClockProviderinterface following the defaultClockProviderdefined in the specification: returns a clock representing the current system time and default time zone.Methods in javax.validation with parameters of type ClockProvider Modifier and Type Method Description TConfiguration. clockProvider(ClockProvider clockProvider)Defines the clock provider.ValidatorContextValidatorContext. clockProvider(ClockProvider clockProvider)Defines theClockProviderimplementation used by theValidator. -
Uses of ClockProvider in javax.validation.spi
Methods in javax.validation.spi that return ClockProvider Modifier and Type Method Description ClockProviderConfigurationState. getClockProvider()Returns the clock provider for this configuration.
-