パッケージ | 説明 |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ElementDescriptor.ConstraintFinder |
ElementDescriptor.ConstraintFinder.declaredOn(ElementType... types)
Restricts to the constraints hosted on the listed
types
for a given element. |
ElementDescriptor.ConstraintFinder |
ExecutableDescriptor.findConstraints()
Returns a finder that will always return an empty
Set . |
ElementDescriptor.ConstraintFinder |
ElementDescriptor.findConstraints()
Finds constraints and potentially restricts them to certain criteria.
|
ElementDescriptor.ConstraintFinder |
ElementDescriptor.ConstraintFinder.lookingAt(Scope scope)
Restricts to the constraints matching the provided scope for this element.
|
ElementDescriptor.ConstraintFinder |
ElementDescriptor.ConstraintFinder.unorderedAndMatchingGroups(Class<?>... groups)
Restricts to the constraints matching a given set of groups for this element.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.