Searched refs:ProxyingInstantiator (Results 1 - 2 of 2) sorted by relevance

/external/objenesis/main/src/test/java/org/objenesis/instantiator/basic/
H A DProxyingInstantiatorTest.java33 ObjectInstantiator<EmptyClass> inst = new ProxyingInstantiator<EmptyClass>(EmptyClass.class);
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
H A DProxyingInstantiator.java38 public class ProxyingInstantiator<T> implements ObjectInstantiator<T> { class in inherits:ObjectInstantiator
60 public ProxyingInstantiator(Class<T> type) { method in class:ProxyingInstantiator

Completed in 175 milliseconds