Package org.midheaven.lang.reflection
Class NativeMirrorEngine
java.lang.Object
org.midheaven.lang.reflection.NativeMirrorEngine
- All Implemented Interfaces:
ProxyEngine
Represents Native Mirror Engine.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NativeMirrorEngine
public NativeMirrorEngine()
-
-
Method Details
-
canProxy
Checks whether can Proxy.- Specified by:
canProxyin interfaceProxyEngine- Parameters:
type- the type value- Returns:
- the result of canProxy
-
proxy
Performs proxy.- Specified by:
proxyin interfaceProxyEngine- Parameters:
type- the type valueotherTypes- the otherTypes valuehandler- the handler value- Returns:
- the result of proxy
-