Uses of Interface
net.sourceforge.hiveutils.util.MethodMappingBuilder

Packages that use MethodMappingBuilder
net.sourceforge.hiveutils.util This package contains useful classes, used by various services. 
 

Uses of MethodMappingBuilder in net.sourceforge.hiveutils.util
 

Classes in net.sourceforge.hiveutils.util that implement MethodMappingBuilder
 class DefaultMethodMappingBuilder
          Default implementation to generate a mapping between public methods of a source class (or interface) into equivalent methods (same name, same arguments, compatible returned type, but possibly different thrown exceptions).