|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SC - interface of a specific class metadataSM - interface of a specific method metadataSF - interface of a specific field metadatapublic interface ISpecificClassMetadata<SC extends ISpecificClassMetadata<SC,SM,SF>,SM extends ISpecificMethodMetadata<SC,SM,SF>,SF extends ISpecificFieldMetadata<SC,SM,SF>>
Interface of a specific class metadata.
| Method Summary | |
|---|---|
void |
addSpecificFieldMetadata(SF fieldAnnotationMetadata)
Add field annotation metadata for a given Bean. |
void |
addSpecificMethodMetadata(SM methodAnnotationMetadata)
add a method metadata. |
JClass |
getJClass()
|
SF |
getSpecificFieldMetadata(JField jField)
|
java.util.Collection<? extends SF> |
getSpecificFieldMetadataCollection()
Get collections of fields annotation metadata. |
SM |
getSpecificMethodMetadata(JMethod jMethod)
|
java.util.Collection<? extends SM> |
getSpecificMethodMetadataCollection()
Get collections of methods annotation metadata. |
java.util.List<? extends SF> |
searchSpecificFieldMetadata(java.lang.String fieldName)
|
java.util.List<? extends SM> |
searchSpecificMethodMetadata(java.lang.String methodName)
|
| Method Detail |
|---|
void addSpecificMethodMetadata(SM methodAnnotationMetadata)
methodAnnotationMetadata - the method metadataSM getSpecificMethodMetadata(JMethod jMethod)
jMethod - key of the map of methods annotations.
java.util.List<? extends SM> searchSpecificMethodMetadata(java.lang.String methodName)
methodName - the name of the method to search
java.util.List<? extends SF> searchSpecificFieldMetadata(java.lang.String fieldName)
fieldName - the name of the field to search
java.util.Collection<? extends SM> getSpecificMethodMetadataCollection()
void addSpecificFieldMetadata(SF fieldAnnotationMetadata)
fieldAnnotationMetadata - metadata of a field.SF getSpecificFieldMetadata(JField jField)
jField - key of the map of fields annotations.
java.util.Collection<? extends SF> getSpecificFieldMetadataCollection()
JClass getJClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||