Package | Description |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
Modifier and Type | Method and Description |
---|---|
ConstructorDescriptor |
BeanDescriptor.getConstraintsForConstructor(Class<?>... parameterTypes)
Returns a constructor descriptor for the given constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstructorDescriptor> |
BeanDescriptor.getConstrainedConstructors()
Returns a set with descriptors for the constrained constructors of the
bean represented by this descriptor.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.