HomeSort by relevance Sort by last modified time
    Searched refs:ProxyFactory (Results 1 - 22 of 22) sorted by null

  /external/javassist/src/test/test/javassist/proxy/
JASSIST113RegressionTest.java 3 import javassist.util.proxy.ProxyFactory;
18 ProxyFactory proxyFactory = new ProxyFactory();
19 proxyFactory.setInterfaces(new Class[]{Bear.class});
20 proxyFactory.createClass();
ProxySimpleTest.java 12 import javassist.util.proxy.ProxyFactory;
17 ProxyFactory.ClassLoaderProvider cp = ProxyFactory.classLoaderProvider;
18 ProxyFactory.classLoaderProvider = new ProxyFactory.ClassLoaderProvider() {
19 public ClassLoader get(ProxyFactory pf) {
23 ProxyFactory pf = new ProxyFactory();
30 ProxyFactory.classLoaderProvider = cp;
44 ProxyFactory pf = new ProxyFactory()
    [all...]
ProxyFactoryCompatibilityTest.java 6 import javassist.util.proxy.ProxyFactory;
44 System.out.println("ProxyFactory.useCache = " + ProxyFactory.useCache);
46 ProxyFactory factory = new ProxyFactory();
70 ProxyFactory factory2 = new ProxyFactory();
ProxyCacheGCTest.java 6 import javassist.util.proxy.ProxyFactory;
42 ProxyFactory.useCache = false;
53 ProxyFactory.useCache = true;
89 // now create a proxyfactory and use it to create a proxy
91 ProxyFactory factory = new ProxyFactory();
ProxySerializationTest.java 20 ProxyFactory factory = new ProxyFactory();
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectOutputStream.java 24 * An input stream class which knows how to serialize proxies created via {@link ProxyFactory}. It must
26 * {@link ProxyFactory#useWriteReplace} set to false. Subsequent deserialization of the serialized data
35 * using class ProxyFactory
48 if (ProxyFactory.isProxyClass(cl)) {
52 byte[] signature = ProxyFactory.getFilterSignature(cl);
ProxyObjectInputStream.java 24 * An input stream class which knows how to deserialize proxies created via {@link ProxyFactory} and
26 * from a proxy factory configured with {@link ProxyFactory#useWriteReplace} set to false.
34 * using class ProxyFactory. the classloader used to resolve proxy superclass and interface names
79 ProxyFactory factory = new ProxyFactory();
SerializedProxy.java 80 ProxyFactory f = new ProxyFactory();
RuntimeSupport.java 22 * Runtime support routines that the classes generated by ProxyFactory use.
24 * @see ProxyFactory
46 * @see javassist.util.proxy.ProxyFactory
209 return new SerializedProxy(clazz, ProxyFactory.getFilterSignature(clazz), methodHandler);
ProxyFactory.java 48 * ProxyFactory f = new ProxyFactory();
108 * this default globally by setting static field {@link ProxyFactory#useCache} to false.
110 * {@link ProxyFactory#setUseCache(boolean)}. It is strongly recommended that new clients
111 * of class ProxyFactory enable caching. Failure to do so may lead to exhaustion of
115 * method {@link ProxyFactory#setHandler(MethodHandler)} is called. This method was
123 * {@link ProxyFactory#setHandler(MethodHandler)}.
125 * <p>A proxy object generated by <code>ProxyFactory</code> is serializable
143 * {@link ProxyFactory#useWriteReplace} to false. Alternatively, it may be
144 * configured per factory by calling instance method {@link ProxyFactory#setUseWriteReplace(boolean)}
    [all...]
  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 51 ProxyFactory<Simple> factory = new ProxyFactory<Simple>(injectionPoint, aspects);
85 = new ProxyFactory<Foo>(InjectionPoint.forConstructorOf(Foo.class), aspects).create();
87 = new ProxyFactory<Bar>(InjectionPoint.forConstructorOf(Bar.class), aspects).create();
136 ProxyFactory<A> factory
137 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects);
151 ProxyFactory<A> factory
152 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects);
174 ProxyFactory<Counter> factory
175 = new ProxyFactory<Counter>(InjectionPoint.forConstructorOf(Counter.class), aspects)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ConstructorInjectorStore.java 82 ConstructionProxyFactory<T> factory = new ProxyFactory<T>(injectionPoint, methodAspects);
ProxyFactory.java 51 final class ProxyFactory<T> implements ConstructionProxyFactory<T> {
53 private static final Logger logger = Logger.getLogger(ProxyFactory.class.getName());
67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) {
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /external/annotation-tools/asmx/
javassist.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
hibernate3.jar 

Completed in 214 milliseconds