Interface | Description |
---|---|
RubyObjectHolderProxy |
Additional interface implemented by proxies that back Java interfaces by
Ruby objects so that we can get back to the original Ruby object from the proxy.
|
Class | Description |
---|---|
ArrayJavaProxy | |
ArrayJavaProxy.ArrayNewMethod | |
ArrayJavaProxyCreator |
A shim class created when constructing primitive arrays from proxied Java classes.
|
ClassValueProxyCache |
A proxy cache that uses Java 7's ClassValue.
|
ConcreteJavaProxy | |
InterfaceJavaProxy | |
InterfaceJavaProxy.JavaInterfaceExtender | |
JavaInterfaceTemplate | |
JavaProxy | |
MapBasedProxyCache |
A simple Map-based cache of proxies.
|
MapJavaProxy | |
ProxyCache |
Represents a cache or other mechanism for getting the Ruby-level proxy classes
for a given Java class.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.