- iface - Variable in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
-
The annotated service interface.
- invoke(Object, Method, Object[]) - Method in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
-
Called when a wrapper method is invoked.
- IParameterMapper - Interface in jadex.extension.rs.publish.mapper
-
The parameter mapper interface is used for mappers that
take as input a parameter array and produce a converted one
as output (n:m).
- IterableStringMapper - Class in jadex.extension.rs.invoke.mapper
-
The iterable string mapper can be used to map an object
that can be iterated over (e.g.
- IterableStringMapper() - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String, String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IValueMapper - Interface in jadex.extension.rs.publish.mapper
-
The value mapper interface.