public class PropertyDescriptorImpl extends ElementDescriptorImpl implements javax.validation.metadata.PropertyDescriptor
Constructor and Description |
---|
PropertyDescriptorImpl(Class<?> returnType,
boolean cascaded,
String property,
BeanMetaData<?> beanMetaData) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
boolean |
isCascaded() |
addConstraintDescriptor, findConstraints, getConstraintDescriptors, getElementClass, getMetaDataBean, hasConstraints
public PropertyDescriptorImpl(Class<?> returnType, boolean cascaded, String property, BeanMetaData<?> beanMetaData)
public boolean isCascaded()
isCascaded
in interface javax.validation.metadata.PropertyDescriptor
public String getPropertyName()
getPropertyName
in interface javax.validation.metadata.PropertyDescriptor
Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved