パッケージ | 説明 |
---|---|
javax.validation |
Bean Validation APIのトップレベルのパッケージです。
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ClockProvider |
ValidatorFactory.getClockProvider()
Returns the
ClockProvider instance configured at
initialization time for the ValidatorFactory . |
ClockProvider |
ConstraintValidatorContext.getClockProvider()
Returns the provider for obtaining the current time in the form of a
Clock ,
e.g. when validating the Future and Past constraints. |
ClockProvider |
Configuration.getDefaultClockProvider()
Returns an implementation of the
ClockProvider
interface following the default ClockProvider
defined in the specification:
returns a clock representing the current system time and default time
zone. |
修飾子とタイプ | メソッドと説明 |
---|---|
ValidatorContext |
ValidatorContext.clockProvider(ClockProvider clockProvider)
Defines the
ClockProvider implementation used by the Validator . |
T |
Configuration.clockProvider(ClockProvider clockProvider)
使用される時刻プロバイダーを定義します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ClockProvider |
ConfigurationState.getClockProvider()
Returns the clock provider for this configuration.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.