Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.codegen.WeaveType

Packages that use WeaveType
org.jboss.errai.codegen   
org.jboss.errai.ioc.rebind.ioc.injector   
 

Uses of WeaveType in org.jboss.errai.codegen
 

Methods in org.jboss.errai.codegen that return WeaveType
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.
 

Method parameters in org.jboss.errai.codegen with type arguments of type WeaveType
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)
           
 

Uses of WeaveType in org.jboss.errai.ioc.rebind.ioc.injector
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector that return types with arguments of type WeaveType
 Map<MetaMethod,Map<WeaveType,Collection<Statement>>> AbstractInjector.getWeavingStatements()
           
 Map<MetaMethod,Map<WeaveType,Collection<Statement>>> AbstractInjector.getWeavingStatementsMap()
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.