Uses of Interface
javax.validation.metadata.MethodDescriptor

Packages that use MethodDescriptor
javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. 
 

Uses of MethodDescriptor in javax.validation.metadata
 

Methods in javax.validation.metadata that return MethodDescriptor
 MethodDescriptor BeanDescriptor.getConstraintsForMethod(String methodName, Class<?>... parameterTypes)
          Returns a method descriptor for the given method.
 

Methods in javax.validation.metadata that return types with arguments of type MethodDescriptor
 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-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.