org.hibernate.validator.metadata
Class BeanDescriptorImpl<T>
java.lang.Object
org.hibernate.validator.metadata.ElementDescriptorImpl
org.hibernate.validator.metadata.BeanDescriptorImpl<T>
- All Implemented Interfaces:
- BeanDescriptor, ElementDescriptor
public class BeanDescriptorImpl<T>
- extends ElementDescriptorImpl
- implements BeanDescriptor
- Author:
- Emmanuel Bernard, Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDescriptorImpl
public BeanDescriptorImpl(BeanMetaData<T> beanMetaData)
isBeanConstrained
public boolean isBeanConstrained()
- Specified by:
isBeanConstrained in interface BeanDescriptor
getConstraintsForProperty
public PropertyDescriptor getConstraintsForProperty(String propertyName)
- Specified by:
getConstraintsForProperty in interface BeanDescriptor
getConstrainedProperties
public Set<PropertyDescriptor> getConstrainedProperties()
- Specified by:
getConstrainedProperties in interface BeanDescriptor
Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved