org.kuali.student.common.validator.old
Class BeanConstraintDataProvider
java.lang.Object
org.kuali.student.common.validator.old.BeanConstraintDataProvider
- All Implemented Interfaces:
- ConstraintDataProvider
public class BeanConstraintDataProvider
- extends Object
- implements ConstraintDataProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataMap
Map<String,Object> dataMap
BeanConstraintDataProvider
protected BeanConstraintDataProvider()
getPath
public String getPath()
- Specified by:
getPath
in interface ConstraintDataProvider
initialize
public void initialize(Object o)
- Specified by:
initialize
in interface ConstraintDataProvider
getObjectId
public String getObjectId()
- Specified by:
getObjectId
in interface ConstraintDataProvider
getValue
public Object getValue(String fieldKey)
- Specified by:
getValue
in interface ConstraintDataProvider
hasField
public Boolean hasField(String fieldKey)
- Specified by:
hasField
in interface ConstraintDataProvider
getBeanInfo
private Map<String,PropertyDescriptor> getBeanInfo(Class<?> clazz)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.