Class ProxyMethodInfo
java.lang.Object
com.cryptomorin.xseries.reflection.proxy.processors.ProxyMethodInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ReflectiveHandle<?> final Methodfinal MappedType[]final MappedType -
Constructor Summary
ConstructorsConstructorDescriptionProxyMethodInfo(ReflectiveHandle<?> handle, Method interfaceMethod, MappedType rType, MappedType[] pTypes) -
Method Summary
-
Field Details
-
handle
-
interfaceMethod
-
rType
-
pTypes
-
-
Constructor Details
-
ProxyMethodInfo
public ProxyMethodInfo(ReflectiveHandle<?> handle, Method interfaceMethod, MappedType rType, MappedType[] pTypes)
-
-
Method Details