Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.codegen.meta.MetaParameter

Packages that use MetaParameter
org.jboss.errai.codegen   
org.jboss.errai.codegen.meta   
org.jboss.errai.codegen.meta.impl   
org.jboss.errai.codegen.meta.impl.build   
org.jboss.errai.codegen.meta.impl.gwt   
org.jboss.errai.codegen.meta.impl.java   
org.jboss.errai.codegen.util   
org.jboss.errai.config.util   
org.jboss.errai.ioc.rebind.ioc.exception   
org.jboss.errai.ioc.rebind.ioc.injector   
org.jboss.errai.ioc.rebind.ioc.injector.api   
 

Uses of MetaParameter in org.jboss.errai.codegen
 

Methods in org.jboss.errai.codegen that return MetaParameter
 MetaParameter Parameter.getMetaParameter()
           
 

Methods in org.jboss.errai.codegen with parameters of type MetaParameter
static Parameter Parameter.finalOf(MetaParameter metaParameter, String name)
           
static Parameter[] Parameter.of(MetaParameter[] parameters)
           
static Parameter Parameter.of(MetaParameter metaParameter, String name)
           
 

Uses of MetaParameter in org.jboss.errai.codegen.meta
 

Methods in org.jboss.errai.codegen.meta that return MetaParameter
abstract  MetaParameter[] MetaMethod.getParameters()
           
abstract  MetaParameter[] MetaConstructor.getParameters()
           
 

Methods in org.jboss.errai.codegen.meta that return types with arguments of type MetaParameter
 List<MetaParameter> MetaMethod.getParametersAnnotatedWith(Class<? extends Annotation> annotation)
           
abstract  List<MetaParameter> MetaClass.getParametersAnnotatedWith(Class<? extends Annotation> annotation)
           
 

Methods in org.jboss.errai.codegen.meta with parameters of type MetaParameter
static Class<?>[] MetaClassFactory.asClassArray(MetaParameter[] parms)
           
static MetaClass[] MetaClassFactory.asMetaClassArray(MetaParameter[] parms)
           
 

Uses of MetaParameter in org.jboss.errai.codegen.meta.impl
 

Methods in org.jboss.errai.codegen.meta.impl that return types with arguments of type MetaParameter
 List<MetaParameter> AbstractMetaClass.getParametersAnnotatedWith(Class<? extends Annotation> annotation)
           
 

Uses of MetaParameter in org.jboss.errai.codegen.meta.impl.build
 

Methods in org.jboss.errai.codegen.meta.impl.build that return MetaParameter
 MetaParameter[] BuildMetaConstructor.getParameters()
           
 MetaParameter[] BuildMetaMethod.getParameters()
           
 

Uses of MetaParameter in org.jboss.errai.codegen.meta.impl.gwt
 

Subclasses of MetaParameter in org.jboss.errai.codegen.meta.impl.gwt
 class GWTParameter
           
 

Methods in org.jboss.errai.codegen.meta.impl.gwt that return MetaParameter
 MetaParameter[] GWTConstructor.getParameters()
           
 MetaParameter[] GWTMethod.getParameters()
           
 MetaParameter[] GWTSpecialMethod.getParameters()
           
 

Uses of MetaParameter in org.jboss.errai.codegen.meta.impl.java
 

Subclasses of MetaParameter in org.jboss.errai.codegen.meta.impl.java
 class JavaReflectionParameter
           
 

Methods in org.jboss.errai.codegen.meta.impl.java that return MetaParameter
 MetaParameter[] JavaReflectionConstructor.getParameters()
           
 MetaParameter[] JavaReflectionMethod.getParameters()
           
 

Uses of MetaParameter in org.jboss.errai.codegen.util
 

Methods in org.jboss.errai.codegen.util with parameters of type MetaParameter
static boolean GenUtil.equals(MetaParameter a, MetaParameter b)
           
static MetaClass[] GenUtil.fromParameters(MetaParameter... parms)
           
static int GenUtil.scoreMethods(MetaClass[] arguments, MetaParameter[] parmTypes, boolean isVarArgs)
           
 

Uses of MetaParameter in org.jboss.errai.config.util
 

Methods in org.jboss.errai.config.util that return types with arguments of type MetaParameter
static Collection<MetaParameter> ClassScanner.getParametersAnnotatedWith(Class<? extends Annotation> annotation, com.google.gwt.core.ext.GeneratorContext genCtx)
           
static Collection<MetaParameter> ClassScanner.getParametersAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, com.google.gwt.core.ext.GeneratorContext genCtx)
           
 

Uses of MetaParameter in org.jboss.errai.ioc.rebind.ioc.exception
 

Methods in org.jboss.errai.ioc.rebind.ioc.exception that return MetaParameter
 MetaParameter UnsatisfiedParameter.getParameter()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.exception with parameters of type MetaParameter
static UnsatisfiedDependenciesException UnsatisfiedDependenciesException.createWithSingleParameterFailure(MetaParameter parm, MetaClass enclosingType, MetaClass injectedType, String message)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.exception with parameters of type MetaParameter
UnsatisfiedParameter(MetaParameter field, MetaClass enclosingType, MetaClass injectedType, String message)
           
 

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

Methods in org.jboss.errai.ioc.rebind.ioc.injector that return types with arguments of type MetaParameter
 Collection<MetaParameter> InjectUtil.BeanMetric.getConsolidatedMetaParameters()
           
 Collection<MetaParameter> InjectUtil.AbstractBeanMetric.getConsolidatedMetaParameters()
           
 Collection<MetaParameter> InjectUtil.BeanMetric.getInjectorConstructorParameters()
           
 Collection<MetaParameter> InjectUtil.BeanMetric.getMethodInjectorParameters()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector with parameters of type MetaParameter
static String InjectUtil.getVarNameFromType(MetaClass clazz, MetaParameter parameter)
           
static Statement[] InjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaConstructor constructor)
           
static Statement[] AsyncInjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaConstructor constructor)
           
static Statement[] InjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaMethod method)
           
static Statement[] AsyncInjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaMethod method, AsyncInjectorResolveCallback... callbacks)
           
static Statement[] InjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaMethod method, boolean inlineReference)
           
static Statement[] AsyncInjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaMethod method, boolean inlineReference, AsyncInjectorResolveCallback... callbacks)
           
 

Uses of MetaParameter in org.jboss.errai.ioc.rebind.ioc.injector.api
 

Fields in org.jboss.errai.ioc.rebind.ioc.injector.api declared as MetaParameter
protected  MetaParameter InjectionTask.parm
           
protected  MetaParameter AsyncInjectionTask.parm
           
protected  MetaParameter InjectionPoint.parm
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector.api that return MetaParameter
 MetaParameter InjectionPoint.getParm()
          Returns the parameter reference if the injection point is a parameter, otherwise returns null.
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector.api with parameters of type MetaParameter
 void InjectionContext.addInlineBeanReference(MetaParameter ref, Statement statement)
           
 Statement InjectionContext.getInlineBeanReference(MetaParameter ref)
           
static
<T extends Annotation>
InjectableInstance<T>
InjectableInstance.getParameterInjectedInstance(MetaParameter parm, Injector injector, InjectionContext context)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.injector.api with parameters of type MetaParameter
AsyncDecoratorTask(Injector injector, MetaParameter parm, IOCDecoratorExtension[] decs)
           
AsyncInjectionTask(Injector injector, MetaParameter parm)
           
DecoratorTask(Injector injector, MetaParameter parm, Class<? extends Annotation> annotationType, IOCDecoratorExtension[] decs)
           
InjectableInstance(T annotation, TaskType taskType, MetaConstructor constructor, MetaMethod method, MetaField field, MetaClass type, MetaParameter parm, Injector injector, InjectionContext injectionContext)
           
InjectionPoint(T annotation, TaskType taskType, MetaConstructor constructor, MetaMethod method, MetaField field, MetaClass type, MetaParameter parm, Injector injector, InjectionContext injectionContext)
           
InjectionTask(Injector injector, MetaParameter parm)
           
 


Errai 3.0.1-SNAPSHOT

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