public abstract class ClassData extends Object
| Constructor and Description |
|---|
ClassData() |
| Modifier and Type | Method and Description |
|---|---|
static String |
classPackage(String className)
Returns the name of the package for the given class.
|
Iterator<Annotated> |
getAnnotated(AnnotationFilter filter)
Returns the annotated elements found for this class.
|
protected abstract InputStream |
getInputStream()
Returns the class data input stream.
|
static String |
rawTypeName(Class<?> type)
Returns the raw type name recorded for the given class type in a class file.
|
static String |
rawTypeName(String className)
Returns the raw type name recorded for the given class name in a class file.
|
static String |
toClassName(String rawTypeName)
Converts the given raw type name to a fully-qualified class name.
|
public Iterator<Annotated> getAnnotated(AnnotationFilter filter)
public static String rawTypeName(Class<?> type)
public static String rawTypeName(String className)
public static String toClassName(String rawTypeName)
public static String classPackage(String className)
protected abstract InputStream getInputStream()
Copyright © 2025 The Cornutum Project. All rights reserved.