com.caucho.hessian.io
Class AnnotationInvocationHandler
java.lang.Object
com.caucho.hessian.io.AnnotationInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class AnnotationInvocationHandler
- extends Object
- implements InvocationHandler
Proxy for a java annotation for known object types.
AnnotationInvocationHandler
public AnnotationInvocationHandler(Class annType,
HashMap<String,Object> valueMap)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
doHashCode
public int doHashCode()
doEquals
public boolean doEquals(Object value)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.