|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.core.ValidatorCallInfo
@Deprecated public class ValidatorCallInfo
State object, which is set by AnnotationValidatorImpl for each validation 'round' (see validateObjectPriv in that class) in the ThreadState class.
This information can be used by annotation validators (the implementations) if they must call the validator itself, with the proper parameters that were used when they were called themselves, see for instance the ValidateMapValidatorImpl.
ThreadState,
ValidatorParams,
AnnotationValidatorImpl.validateObjectPriv(org.javalid.core.ValidatorParams, int, java.lang.String, org.javalid.core.JavalidValidationCallbackHandler, java.util.List) ,
Serialized Form| Constructor Summary | |
|---|---|
ValidatorCallInfo()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. |
int |
getCurrentLevelDeep()
Deprecated. |
java.lang.String |
getCurrentPathPrefix()
Deprecated. |
java.lang.String |
getGroup()
Deprecated. |
int |
getMaxLevelDeep()
Deprecated. |
java.lang.Object |
getObjectMyParent()
Deprecated. |
boolean |
isPropertyCall()
Deprecated. |
boolean |
isRecurse()
Deprecated. |
void |
setState(boolean propertyCall,
java.lang.String group,
java.lang.String currentPathPrefix,
boolean recurse,
int currentLevelDeep,
int maxLevelDeep,
java.lang.Object objectMyParent)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorCallInfo()
| Method Detail |
|---|
public boolean isPropertyCall()
public java.lang.String getGroup()
public java.lang.String getCurrentPathPrefix()
public boolean isRecurse()
public int getCurrentLevelDeep()
public int getMaxLevelDeep()
public void setState(boolean propertyCall,
java.lang.String group,
java.lang.String currentPathPrefix,
boolean recurse,
int currentLevelDeep,
int maxLevelDeep,
java.lang.Object objectMyParent)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getObjectMyParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||