org.hibernate.validator.metadata
Class PropertyDescriptorImpl
java.lang.Object
org.hibernate.validator.metadata.ElementDescriptorImpl
org.hibernate.validator.metadata.PropertyDescriptorImpl
- All Implemented Interfaces:
- ElementDescriptor, PropertyDescriptor
public class PropertyDescriptorImpl
- extends ElementDescriptorImpl
- implements PropertyDescriptor
Describes a validated element (class, field or property).
- Author:
- Emmanuel Bernard, Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDescriptorImpl
public PropertyDescriptorImpl(Class<?> returnType,
boolean cascaded,
String property,
BeanMetaData<?> beanMetaData)
isCascaded
public boolean isCascaded()
- Specified by:
isCascaded
in interface PropertyDescriptor
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interface PropertyDescriptor
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved