Searched refs:annotateProxyClass (Results 1 – 2 of 2) sorted by relevance
1002 mockObjectOutputStream.annotateProxyClass(this.getClass()); in test_annotateProxyClass()1016 public void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass() method in ObjectOutputStreamTest.MockObjectOutputStream1017 super.annotateProxyClass(aClass); in annotateProxyClass()
79 protected void annotateProxyClass(java.lang.Class<?> cl) throws java.io.IOException { in annotateProxyClass() method in ObjectOutputStream