Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.ioc.rebind.ioc.injector |
Modifier and Type | Method and Description |
---|---|
static Collection<Statement> |
ProxyMaker.createAllPropertyBindings(Statement proxyRef,
Map<String,ProxyMaker.ProxyProperty> proxyProperties) |
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 |
---|---|
ProxyMaker.ProxyProperty |
Injector.addProxyProperty(String propertyName,
Class type,
Statement statement)
Adds a proxy property to the generated proxy.
|
ProxyMaker.ProxyProperty |
AbstractInjector.addProxyProperty(String propertyName,
Class type,
Statement statement) |
ProxyMaker.ProxyProperty |
Injector.addProxyProperty(String propertyName,
MetaClass type,
Statement statement)
Adds a proxy property to the generated proxy.
|
ProxyMaker.ProxyProperty |
AbstractInjector.addProxyProperty(String propertyName,
MetaClass type,
Statement statementReference) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProxyMaker.ProxyProperty> |
Injector.getProxyPropertyMap()
Returns a map of all proxy properties in the injector.
|
Map<String,ProxyMaker.ProxyProperty> |
AbstractInjector.getProxyPropertyMap() |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.