Uses of Interface
org.apache.bval.jsr303.extensions.MethodDescriptor

Packages that use MethodDescriptor
org.apache.bval.jsr303.extensions   
 

Uses of MethodDescriptor in org.apache.bval.jsr303.extensions
 

Classes in org.apache.bval.jsr303.extensions that implement MethodDescriptor
 class MethodDescriptorImpl
          Description: MethodDescriptor implementation.
 

Methods in org.apache.bval.jsr303.extensions that return MethodDescriptor
 MethodDescriptor MethodBeanDescriptor.getConstraintsForMethod(Method method)
          Get the constraints that apply to a particular method.
 MethodDescriptor MethodBeanDescriptorImpl.getConstraintsForMethod(Method method)
          Get the constraints that apply to a particular method.
 

Methods in org.apache.bval.jsr303.extensions that return types with arguments of type MethodDescriptor
 Set<MethodDescriptor> MethodBeanDescriptor.getConstrainedMethods()
          Get the set of constrained methods.
 Set<MethodDescriptor> MethodBeanDescriptorImpl.getConstrainedMethods()
          Get the set of constrained methods.
 Map<Method,MethodDescriptor> MethodBeanDescriptorImpl.getMethodConstraints()
          Get the configured method constraints.
 

Methods in org.apache.bval.jsr303.extensions with parameters of type MethodDescriptor
 void MethodBeanDescriptorImpl.putMethodDescriptor(Method method, MethodDescriptor desc)
          Add a MethodDescriptor to this MethodBeanDescriptorImpl.
 

Method parameters in org.apache.bval.jsr303.extensions with type arguments of type MethodDescriptor
 void MethodBeanDescriptorImpl.setMethodConstraints(Map<Method,MethodDescriptor> methodConstraints)
          Set the map of method constraints for this bean.
 



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.