|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnnotationCache
Interface that is used for method / field annotation cache.
| Method Summary | |
|---|---|
java.lang.String |
createValidationPath(java.lang.String currentPath)
Returns a new path appended to currentPath, if currentPath is empty returns the name of the field / method only. |
java.lang.String |
getName()
Returns name of field / method. |
NotEmpty |
getNotEmptyAnnotation()
If present, returns the NotEmpty annotation, else returns null. |
NotNull |
getNotNullAnnotation()
If present, returns the NotNull annotation, else returns null. |
StopValidation |
getStopValidationAnnotation()
If present, returns the StopValidation annotation else returns null. |
| Methods inherited from interface org.javalid.core.cache.AnnotationBaseCache |
|---|
addAnnotation, getAnnotations, getJvGroup, hasAnnotations, isAnnotationPresent |
| Method Detail |
|---|
NotNull getNotNullAnnotation()
NotEmpty getNotEmptyAnnotation()
StopValidation getStopValidationAnnotation()
java.lang.String createValidationPath(java.lang.String currentPath)
currentPath - The current path to pre-pend
java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||