| Package | Description | 
|---|---|
| org.apache.commons.weaver.model | 
 Defines a domain model for weaving operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WeavableConstructor<T> | 
WeavableClass.getWeavable(Constructor<T> ctor)
Get a  
WeavableConstructor representing ctor. | 
<T> WeavableConstructor<T> | 
ScanResult.getWeavable(Constructor<T> ctor)
Public for use by  
WeaveProcessor. | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<WeavableConstructor<T>> | 
WeavableClass.getConstructors()
Get  
WeavableConstructors of this WeavableClass. | 
AnnotatedElements<WeavableConstructor<?>> | 
ScanResult.getConstructors()
Iterate or filter  
WeavableConstructors. | 
| Constructor and Description | 
|---|
WeavableConstructorParameter(Integer target,
                            WeavableConstructor<T> parent)
Create a new  
WeavableConstructorParameter instance. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.