public class ClassMetaReader extends Object
Used because if annotation classes are not in the classpath they are silently dropped from the class information. We are especially interested to know if super classes are entities during enhancement.
| Constructor and Description |
|---|
ClassMetaReader(EnhanceContext enhanceContext,
ClassMetaCache metaCache) |
| Modifier and Type | Method and Description |
|---|---|
ClassMeta |
get(boolean readMethodAnnotations,
String name,
ClassLoader classLoader) |
public ClassMetaReader(EnhanceContext enhanceContext, ClassMetaCache metaCache)
public ClassMeta get(boolean readMethodAnnotations, String name, ClassLoader classLoader) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2019. All rights reserved.