Modifier and Type | Method and Description |
---|---|
static BuildMetaClass |
ProxyMaker.makeProxy(MetaClass toProxy,
String privateAccessorType,
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> weavingStatements) |
static BuildMetaClass |
ProxyMaker.makeProxy(MetaClass toProxy,
String privateAccessorType,
Map<String,ProxyMaker.ProxyProperty> proxyProperties,
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> weavingStatements) |
static BuildMetaClass |
ProxyMaker.makeProxy(String proxyClassName,
Class cls) |
static BuildMetaClass |
ProxyMaker.makeProxy(String proxyClassName,
Class cls,
String privateAccessorType) |
static BuildMetaClass |
ProxyMaker.makeProxy(String proxyClassName,
MetaClass toProxy) |
static BuildMetaClass |
ProxyMaker.makeProxy(String proxyClassName,
MetaClass toProxy,
String privateAccessorType) |
static BuildMetaClass |
ProxyMaker.makeProxy(String proxyClassName,
MetaClass toProxy,
String privateAccessorType,
Map<String,ProxyMaker.ProxyProperty> proxyProperties,
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> weavingStatements) |
Constructor and Description |
---|
InnerClass(BuildMetaClass clazz) |
Modifier and Type | Method and Description |
---|---|
BuildMetaClass |
ClassStructureBuilder.getClassDefinition()
The mutable class definition which is being constructed by this builder.
|
Modifier and Type | Field and Description |
---|---|
protected BuildMetaClass |
ClassBuilder.classDefinition |
Modifier and Type | Method and Description |
---|---|
BuildMetaClass |
AnonymousClassStructureBuilderImpl.getClassDefinition() |
BuildMetaClass |
ClassBuilder.getClassDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaField.setDeclaringClass(BuildMetaClass declaringClass) |
void |
BuildMetaMethod.setDeclaringClass(BuildMetaClass declaringClass) |
Modifier and Type | Method and Description |
---|---|
static BuildMetaClass |
MarshallerGeneratorFactory.createArrayMarshallerClass(MetaClass type) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.