|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInfo | |
---|---|
org.jboss.beans.info.plugins | Classes used to describe beans, an abstract implementation. |
org.jboss.beans.info.spi | Classes used to describe beans. |
org.jboss.joinpoint.plugins.config | Bean config utilities. |
org.jboss.joinpoint.plugins.reflect | Reflection based Join Points. |
org.jboss.joinpoint.spi | Join Point API. |
org.jboss.reflect.plugins | Abstract extended reflection implementations. |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of MethodInfo in org.jboss.beans.info.plugins |
---|
Fields in org.jboss.beans.info.plugins declared as MethodInfo | |
---|---|
protected MethodInfo |
AbstractPropertyInfo.getter
The getter |
protected MethodInfo |
AbstractPropertyInfo.setter
The setter |
Methods in org.jboss.beans.info.plugins that return MethodInfo | |
---|---|
MethodInfo |
AbstractPropertyInfo.getGetter()
|
MethodInfo |
AbstractPropertyInfo.getSetter()
|
Methods in org.jboss.beans.info.plugins with parameters of type MethodInfo | |
---|---|
protected static boolean |
AbstractBeanInfoFactory.isGetter(MethodInfo minfo)
|
protected static boolean |
AbstractBeanInfoFactory.isSetter(MethodInfo minfo)
|
void |
AbstractPropertyInfo.setGetter(MethodInfo getter)
|
void |
AbstractPropertyInfo.setSetter(MethodInfo setter)
|
Constructors in org.jboss.beans.info.plugins with parameters of type MethodInfo | |
---|---|
AbstractPropertyInfo(String name,
String upperName,
TypeInfo type,
MethodInfo getter,
MethodInfo setter)
Create a new property info |
Uses of MethodInfo in org.jboss.beans.info.spi |
---|
Methods in org.jboss.beans.info.spi that return MethodInfo | |
---|---|
MethodInfo |
PropertyInfo.getGetter()
Get the getter |
MethodInfo |
PropertyInfo.getSetter()
Get the setter |
Methods in org.jboss.beans.info.spi with parameters of type MethodInfo | |
---|---|
void |
PropertyInfo.setGetter(MethodInfo getter)
Set the getter |
void |
PropertyInfo.setSetter(MethodInfo setter)
Set the setter |
Uses of MethodInfo in org.jboss.joinpoint.plugins.config |
---|
Methods in org.jboss.joinpoint.plugins.config that return MethodInfo | |
---|---|
static MethodInfo |
Config.findMethodInfo(ClassInfo classInfo,
String name,
String[] paramTypes)
Find method info |
Uses of MethodInfo in org.jboss.joinpoint.plugins.reflect |
---|
Fields in org.jboss.joinpoint.plugins.reflect declared as MethodInfo | |
---|---|
protected MethodInfo |
ReflectMethodJoinPoint.methodInfo
The method info |
Methods in org.jboss.joinpoint.plugins.reflect that return MethodInfo | |
---|---|
MethodInfo |
ReflectMethodJoinPoint.getMethodInfo()
|
Methods in org.jboss.joinpoint.plugins.reflect with parameters of type MethodInfo | |
---|---|
MethodJoinpoint |
ReflectJoinpointFactory.getMethodJoinpoint(MethodInfo methodInfo)
|
Constructors in org.jboss.joinpoint.plugins.reflect with parameters of type MethodInfo | |
---|---|
ReflectMethodJoinPoint(MethodInfo methodInfo)
Create a new method join point |
Uses of MethodInfo in org.jboss.joinpoint.spi |
---|
Methods in org.jboss.joinpoint.spi that return MethodInfo | |
---|---|
MethodInfo |
MethodJoinpoint.getMethodInfo()
Get the method info |
Methods in org.jboss.joinpoint.spi with parameters of type MethodInfo | |
---|---|
MethodJoinpoint |
JoinpointFactory.getMethodJoinpoint(MethodInfo methodInfo)
Get a method join point |
Uses of MethodInfo in org.jboss.reflect.plugins |
---|
Classes in org.jboss.reflect.plugins that implement MethodInfo | |
---|---|
class |
MethodInfoImpl
Method info |
Fields in org.jboss.reflect.plugins declared as MethodInfo | |
---|---|
protected MethodInfo[] |
ClassInfoImpl.methods
The methods |
Methods in org.jboss.reflect.plugins that return MethodInfo | |
---|---|
static MethodInfo |
ClassInfoImpl.findMethod(MethodInfo[] methods,
String name,
TypeInfo[] parameters)
Find a method |
MethodInfo |
ClassInfoImpl.getDeclaredMethod(String name,
TypeInfo[] parameters)
|
MethodInfo[] |
ClassInfoImpl.getDeclaredMethods()
|
Methods in org.jboss.reflect.plugins with parameters of type MethodInfo | |
---|---|
static MethodInfo |
ClassInfoImpl.findMethod(MethodInfo[] methods,
String name,
TypeInfo[] parameters)
Find a method |
Uses of MethodInfo in org.jboss.reflect.spi |
---|
Methods in org.jboss.reflect.spi that return MethodInfo | |
---|---|
MethodInfo |
ClassInfo.getDeclaredMethod(String name,
TypeInfo[] parameters)
Get the declared method |
MethodInfo[] |
ClassInfo.getDeclaredMethods()
Get the declared methods |
Methods in org.jboss.reflect.spi with parameters of type MethodInfo | |
---|---|
static long |
MethodInfoHashing.methodHash(MethodInfo method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |