Uses of Class
com.cryptomorin.xseries.reflection.proxy.processors.ProxyMethodInfo
Packages that use ProxyMethodInfo
Package
Description
-
Uses of ProxyMethodInfo in com.cryptomorin.xseries.reflection.asm
Constructor parameters in com.cryptomorin.xseries.reflection.asm with type arguments of type ProxyMethodInfoModifierConstructorDescriptionXReflectASM(Class<T> templateClass, Class<?> targetClass, ClassOverloadedMethods<ProxyMethodInfo> mapped) -
Uses of ProxyMethodInfo in com.cryptomorin.xseries.reflection.proxy
Constructors in com.cryptomorin.xseries.reflection.proxy with parameters of type ProxyMethodInfoModifierConstructorDescriptionProxifiedObject(MethodHandle handle, ProxyMethodInfo proxyMethodInfo, boolean isStatic, boolean isConstructor, ReflectiveProxy<?> rType, ReflectiveProxy<?>[] pTypes) -
Uses of ProxyMethodInfo in com.cryptomorin.xseries.reflection.proxy.processors
Methods in com.cryptomorin.xseries.reflection.proxy.processors that return types with arguments of type ProxyMethodInfoMethod parameters in com.cryptomorin.xseries.reflection.proxy.processors with type arguments of type ProxyMethodInfoModifier and TypeMethodDescriptionvoidReflectiveAnnotationProcessor.process(Function<ProxyMethodInfo, String> descriptorProcessor)