|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bval.jsr303.GraphBeanIdentity
public class GraphBeanIdentity
Class that stores the needed properties to avoid circular paths when validating an object graph.
These properties are:
| Constructor Summary | |
|---|---|
GraphBeanIdentity(Object bean,
Class<?> group,
Class<?> owner)
Create a new GraphBeanIdentity instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Object |
getBean()
Get the bean. |
Class<?> |
getGroup()
Get the group being validated. |
Class<?> |
getOwner()
Get the owning class |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphBeanIdentity(Object bean,
Class<?> group,
Class<?> owner)
bean - group - owner - | Method Detail |
|---|
public Object getBean()
public Class<?> getGroup()
public Class<?> getOwner()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||