org.compass.core.util.proxy.extractor
Interface ProxyExtractor

All Known Implementing Classes:
HibernateProxyExtractor, SpringProxyExtractor

public interface ProxyExtractor

A proxy extractor is helps to extract actual information from proxied classes.

Author:
kimchy

Method Summary
 Class getTargetClass(Object obj)
          Returns the actual class of the given object.
 

Method Detail

getTargetClass

Class getTargetClass(Object obj)
Returns the actual class of the given object.



Copyright (c) 2004-2008 The Compass Project.