Uses of Class
org.jruby.java.proxies.JavaProxy
Packages that use JavaProxy
Package
Description
-
Uses of JavaProxy in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime with parameters of type JavaProxyModifier and TypeMethodDescriptionprivate static IRubyObjectIRRuntimeHelpers.javaProxySuper(ThreadContext context, JavaProxy self, String id, RubyClass definingModule, IRubyObject[] args, InstanceMethodInvoker superMethod) Perform a super invocation against a Java proxy, using proxy logic to locate and invoke the appropriate shim method. -
Uses of JavaProxy in org.jruby.java.addons
Methods in org.jruby.java.addons that return JavaProxyModifier and TypeMethodDescriptionprivate static JavaProxyClassJavaAddons.asJavaClass(Ruby runtime, Class<?> reifiedClass) -
Uses of JavaProxy in org.jruby.java.invokers
Methods in org.jruby.java.invokers that return JavaProxyModifier and TypeMethodDescription(package private) static JavaProxyRubyToJavaInvoker.castJavaProxy(IRubyObject self) Methods in org.jruby.java.invokers with parameters of type JavaProxyModifier and TypeMethodDescriptionprivate voidConstructorInvoker.setAndCacheProxyObject(ThreadContext context, RubyModule clazz, JavaProxy proxy, Object object) -
Uses of JavaProxy in org.jruby.java.proxies
Subclasses of JavaProxy in org.jruby.java.proxiesModifier and TypeClassDescriptionfinal classclassclassfinal classA proxy for wrappingjava.util.Mapinstances. -
Uses of JavaProxy in org.jruby.javasupport
Methods in org.jruby.javasupport with parameters of type JavaProxyModifier and TypeMethodDescriptionstatic RubyBooleanJavaObject.op_equal(JavaProxy self, IRubyObject other)