Uses of Annotation Interface
com.cryptomorin.xseries.reflection.proxy.annotations.Ignore
Packages that use Ignore
-
Uses of Ignore in com.cryptomorin.xseries.reflection.proxy
Methods in com.cryptomorin.xseries.reflection.proxy with annotations of type IgnoreModifier and TypeMethodDescription@NotNull ReflectiveProxyObjectReturns a newReflectiveProxyObjectthat's linked to a newReflectiveProxywith the given instance.@NotNull Class<?> ReflectiveProxyObject.getTargetClass()Get the real class object that this proxy object is referencing.@NotNull ObjectReflectiveProxyObject.instance()Gets the instance that the methods are delegating to.default @org.jetbrains.annotations.NotNull booleanReflectiveProxyObject.isInstance(@Nullable Object object) Equivalent to the code:default @NotNull Object[]ReflectiveProxyObject.newArray(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int length) Equivalent to the code:default @NotNull Object[]ReflectiveProxyObject.newArray(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int... dimensions) Equivalent to the code: