|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyMaker.ProxyProperty | |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.ioc.rebind.ioc.injector |
Uses of ProxyMaker.ProxyProperty in org.jboss.errai.codegen |
---|
Method parameters in org.jboss.errai.codegen with type arguments of type ProxyMaker.ProxyProperty | |
---|---|
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)
|
Uses of ProxyMaker.ProxyProperty in org.jboss.errai.ioc.rebind.ioc.injector |
---|
Methods in org.jboss.errai.ioc.rebind.ioc.injector that return ProxyMaker.ProxyProperty | |
---|---|
ProxyMaker.ProxyProperty |
AbstractInjector.addProxyProperty(String propertyName,
Class type,
Statement statement)
|
ProxyMaker.ProxyProperty |
Injector.addProxyProperty(String propertyName,
Class type,
Statement statement)
Adds a proxy property to the generated proxy. |
ProxyMaker.ProxyProperty |
AbstractInjector.addProxyProperty(String propertyName,
MetaClass type,
Statement statementReference)
|
ProxyMaker.ProxyProperty |
Injector.addProxyProperty(String propertyName,
MetaClass type,
Statement statement)
Adds a proxy property to the generated proxy. |
Methods in org.jboss.errai.ioc.rebind.ioc.injector that return types with arguments of type ProxyMaker.ProxyProperty | |
---|---|
Map<String,ProxyMaker.ProxyProperty> |
AbstractInjector.getProxyPropertyMap()
|
Map<String,ProxyMaker.ProxyProperty> |
Injector.getProxyPropertyMap()
Returns a map of all proxy properties in the injector. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |