Searched defs:aClass (Results 1 – 3 of 3) sorted by relevance
43 private Class<?> aClass; field in ClassLoaderReflectionTest78 assertParameterizedType(aListClass.getGenericSuperclass(), ArrayList.class, aClass); in testGenericSuperclassParameter() local104 assertParameterizedType(listA.getGenericType(), List.class, aClass); in testFieldGenericType() local
287 protected void annotateClass(Class<?> aClass) throws IOException { in annotateClass()302 protected void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass()
1016 public void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass()