Package | Description |
---|---|
org.jboss.papaki |
This is the main package of the Papaki project.
|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
org.jboss.papaki.javalangreflect |
Contains the implementation of the scanning strategy that uses the
java.lang.reflect package. |
org.jboss.papaki.javassistclasspool |
Contains the implementation of the scanning strategy that uses Javassist ClassPool.
|
org.jboss.papaki.javassistinputstream |
Contains the implementation of the scanning strategy that uses inputstream's and the Javassist library.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationScanner |
AnnotationScannerFactory.getDefault()
Get the default strategy for annotation scanning
|
static AnnotationScanner |
AnnotationScannerFactory.getDefault(Configuration configuration)
Get the default strategy for annotation scanning
|
static AnnotationScanner |
AnnotationScannerFactory.getStrategy(int strategy)
Get the specified strategy for annotation scanning
|
static AnnotationScanner |
AnnotationScannerFactory.getStrategy(int strategy,
Configuration configuration)
Get the specified strategy for annotation scanning
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationScanner
An abstract annotation scanner - base class
|
class |
AbstractJavassistAnnotationScanner
An abstract annotation scanner - base class for Javassist based implementations
|
Modifier and Type | Class and Description |
---|---|
class |
JavaClass
An annotation scanner using java.lang.reflect
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistClassPool
An annotation scanner using Javassist's ClassLoader
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistInputStream
An annotation scanner using Javassist and InputStream
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)