| パッケージ | 説明 |
|---|---|
| javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static MethodType |
MethodType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static MethodType[] |
MethodType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Set<MethodDescriptor> |
BeanDescriptor.getConstrainedMethods(MethodType methodType,
MethodType... methodTypes)
Returns a set with descriptors for the constrained methods of the bean
represented by this descriptor.
|
Set<MethodDescriptor> |
BeanDescriptor.getConstrainedMethods(MethodType methodType,
MethodType... methodTypes)
Returns a set with descriptors for the constrained methods of the bean
represented by this descriptor.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.