public interface IRestMethodGenerator
Modifier and Type | Method and Description |
---|---|
List<RestMethodInfo> |
generateRestMethodInfos(IService service,
ClassLoader classloader,
Class<?> baseclass,
Map<String,Object> mapprops)
Generate the rest method infos.
|
List<RestMethodInfo> generateRestMethodInfos(IService service, ClassLoader classloader, Class<?> baseclass, Map<String,Object> mapprops) throws Exception
service
- The Jadex service.classloader
- The classloader.baseclass
- The (abstract or concrete) baseclass or interface.mapprops
- Additional mapping properties.Exception
Copyright © 2012. All Rights Reserved.