Uses of Class
org.jboss.invocation.proxy.MethodIdentifier
-
Packages that use MethodIdentifier Package Description org.jboss.invocation.proxy -
-
Uses of MethodIdentifier in org.jboss.invocation.proxy
Fields in org.jboss.invocation.proxy declared as MethodIdentifier Modifier and Type Field Description static MethodIdentifierMethodIdentifier. CLONEThe method identifier forObject.clone().static MethodIdentifierMethodIdentifier. EQUALSThe method identifier forObject.equals().static MethodIdentifierMethodIdentifier. FINALIZEThe method identifier forObject.finalize().static MethodIdentifierMethodIdentifier. HASH_CODEThe method identifier forObject.hashCode().static MethodIdentifierMethodIdentifier. TO_STRINGThe method identifier forObject.toString().Methods in org.jboss.invocation.proxy that return MethodIdentifier Modifier and Type Method Description static MethodIdentifierMethodIdentifier. getIdentifier(Class<?> returnType, String name, Class<?>... parameterTypes)Construct a new instance using class objects for the parameter types.static MethodIdentifierMethodIdentifier. getIdentifier(String returnType, String name, String... parameterTypes)Construct a new instance using string names for the return and parameter types.static MethodIdentifierMethodIdentifier. getIdentifierForMethod(Method method)Get an identifier for the given reflection method.Methods in org.jboss.invocation.proxy with parameters of type MethodIdentifier Modifier and Type Method Description booleanMethodIdentifier. equals(MethodIdentifier other)Determine whether this object is equal to another.protected booleanAbstractSubclassFactory. overrideMethod(Method method, MethodIdentifier identifier, MethodBodyCreator creator)Creates a new method on the generated class that overrides the given methods, unless a method with the same signature has already been overridden.protected booleanAbstractSubclassFactory. overrideMethod(org.jboss.classfilewriter.ClassMethod method, MethodIdentifier identifier, MethodBodyCreator creator)Creates a new method on the generated class that overrides the given methods, unless a method with the same signature has already been overridden.
-