Package | Description |
---|---|
jadex.extension.rs.invoke.mapper | |
jadex.extension.rs.publish.mapper |
Modifier and Type | Class and Description |
---|---|
class |
ColorStringMapper
Color to hex string mapper.
|
class |
ConstantStringMapper
Mapper that returns a constant value not
depending on the input value.
|
class |
IterableStringMapper
The iterable string mapper can be used to map an object
that can be iterated over (e.g. collection, array, enumeration, ...)
|
Constructor and Description |
---|
IterableStringMapper(String delim,
IValueMapper submapper)
Create a new string mapper.
|
IterableStringMapper(String prefix,
String delim,
String postfix,
IValueMapper submapper)
Create a new string mapper.
|
Constructor and Description |
---|
DefaultParameterMapper(IValueMapper mapper)
Create a new mapper.
|
Copyright © 2012. All Rights Reserved.