public interface MetadataAdapter<C,F,M>
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsInput(String file) |
List<String> |
getClassAnnotationNames(C aClass) |
String |
getClassName(C cls) |
List<String> |
getFieldAnnotationNames(F field) |
String |
getFieldName(F field) |
List<F> |
getFields(C cls) |
List<String> |
getInterfacesNames(C cls) |
List<String> |
getMethodAnnotationNames(M method) |
String |
getMethodFullKey(C cls,
M method) |
String |
getMethodKey(C cls,
M method) |
String |
getMethodModifier(M method) |
String |
getMethodName(M method) |
List<M> |
getMethods(C cls) |
C |
getOfCreateClassObject(Vfs.File file) |
List<String> |
getParameterAnnotationNames(M method,
int parameterIndex) |
List<String> |
getParameterNames(M method) |
String |
getReturnTypeName(M method) |
String |
getSuperclassName(C cls) |
boolean |
isPublic(Object o) |
Copyright © 2015. All rights reserved.