パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
TraversableResolver |
Configuration.getDefaultTraversableResolver()
Returns an implementation of the
TraversableResolver interface
following the default TraversableResolver defined in the
specification:
if Java Persistence is available in the runtime environment,
a property is considered reachable if Java Persistence considers
the property as loaded
if Java Persistence is not available in the runtime environment,
all properties are considered reachable
all properties are considered cascadable. |
TraversableResolver |
ValidatorFactory.getTraversableResolver()
Returns the
TraversableResolver instance configured
at initialization time for the ValidatorFactory . |
修飾子とタイプ | メソッドと説明 |
---|---|
ValidatorContext |
ValidatorContext.traversableResolver(TraversableResolver traversableResolver)
Defines the traversable resolver implementation used by the
Validator . |
T |
Configuration.traversableResolver(TraversableResolver resolver)
使用される横断リゾルバを定義します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
TraversableResolver |
ConfigurationState.getTraversableResolver()
Returns the traversable resolver for this configuration.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.