org.jboss.interceptor.spi.metadata
Interface ClassMetadata<T>
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ReflectiveClassMetadata
public interface ClassMetadata<T>
- extends Serializable
Abstraction of class metadata. Allows for the framework client to configure
their own way of reading information about a class, rather than relying exclusively
on Java reflection.
- Author:
- Marius Bogoevici
getDeclaredMethods
Iterable<MethodMetadata> getDeclaredMethods()
getJavaClass
Class<T> getJavaClass()
getClassName
String getClassName()
getSuperclass
ClassMetadata<?> getSuperclass()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.