org.apache.hivemind.service
Interface InterfaceSynthesizer
- All Known Implementing Classes:
- InterfaceSynthesizerImpl
public interface InterfaceSynthesizer
Creates a synthetic interface based on the provided class. The interface extends the same
interfaces implemented by the class (working up the inheritance tree). It includes all public
methods.
- Since:
- 1.1
- Author:
- Howard M. Lewis Ship
synthesizeInterface
java.lang.Class synthesizeInterface(java.lang.Class beanClass)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.