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

Method Summary
 java.lang.Class synthesizeInterface(java.lang.Class beanClass)
           
 

Method Detail

synthesizeInterface

java.lang.Class synthesizeInterface(java.lang.Class beanClass)