| Constructor and Description |
|---|
MetadataAdapterInMemory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsInput(String file) |
List<String> |
getClassAnnotationNames(Class<?> aClass) |
String |
getClassName(Class<?> cls) |
List<String> |
getFieldAnnotationNames(Field field) |
String |
getFieldName(Field field) |
List<Field> |
getFields(Class<?> cls) |
List<String> |
getInterfacesNames(Class<?> cls) |
List<String> |
getMethodAnnotationNames(Method method) |
String |
getMethodFullKey(Class<?> cls,
Method method) |
String |
getMethodKey(Class<?> cls,
Method method) |
String |
getMethodModifier(Method method) |
String |
getMethodName(Method method) |
List<Method> |
getMethods(Class<?> cls) |
Class<?> |
getOfCreateClassObject(org.reflections.vfs.Vfs.File file) |
List<String> |
getParameterAnnotationNames(Method method,
int parameterIndex) |
List<String> |
getParameterNames(Method method) |
String |
getReturnTypeName(Method method) |
String |
getSuperclassName(Class<?> cls) |
boolean |
isPublic(Object o) |
public List<String> getParameterAnnotationNames(Method method, int parameterIndex)
public Class<?> getOfCreateClassObject(org.reflections.vfs.Vfs.File file) throws Exception
public boolean isPublic(Object o)
Copyright © 2012-2016. All Rights Reserved.