Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.ioc.rebind.ioc.injector |
Modifier and Type | Method and Description |
---|---|
static WeaveType |
WeaveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeaveType[] |
WeaveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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,
MetaClass toProxy,
String privateAccessorType,
Map<String,ProxyMaker.ProxyProperty> proxyProperties,
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> weavingStatements) |
Modifier and Type | Method and Description |
---|---|
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> |
AbstractInjector.getWeavingStatements() |
Map<MetaMethod,Map<WeaveType,Collection<Statement>>> |
AbstractInjector.getWeavingStatementsMap() |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.