| Package | Description |
|---|---|
| com.hammurapi.common.concurrent | |
| com.hammurapi.convert |
| Modifier and Type | Field and Description |
|---|---|
protected Converter |
AbstractPropertySet.converter |
| Constructor and Description |
|---|
AbstractPropertySet(ExecutorService executorService,
Converter converter,
Context context,
PropertySet<KP>... shadows) |
LocalAbstractPropertySet(ExecutorService executorService,
Converter converter,
Context context,
PropertySet<KP>... shadows) |
LocalStringPropertySet(ExecutorService executorService,
Converter converter,
Context context,
ClassLoader classLoader,
PropertySet<String>... chain) |
LocalStringPropertySet(ExecutorService executorService,
Converter converter,
Context context,
String separator,
ClassLoader classLoader,
PropertySet<String>... chain) |
LocalStringPropertySet(ExecutorService executorService,
Converter converter,
Context context,
String separator,
ClassLoader classLoader,
ReadWriteLock lock,
PropertySet<String>... chain) |
LocalSynapse(boolean async,
ClassLoader classLoader,
Converter converter,
Context context,
long delay,
long period,
TimeUnit timeUnit,
boolean chainPropertySet,
String psPrefix) |
| Modifier and Type | Field and Description |
|---|---|
static Converter |
ConvertingService.CONVERTER
Converter which delegates to convert() method.
|
| Modifier and Type | Method and Description |
|---|---|
<S,T> T |
SingletonConverterPart.convert(S source,
Class<T> targetType,
Context context,
Converter master) |
<S,T> T |
FutureConverterPart.convert(S source,
Class<T> targetType,
Context context,
Converter master) |
<S,T> T |
ConverterPart.convert(S source,
Class<T> targetType,
Context context,
Converter master)
Converts object to requested target type.
|
<S,T> T |
CallableConverterPart.convert(S source,
Class<T> targetType,
Context context,
Converter master) |
T |
ReflectionConverter.convert(S source,
Converter master,
Context context,
ClassLoader classLoader) |
T |
AtomicConverter.convert(S source,
Converter master,
Context context,
ClassLoader classLoader)
Converts object to target type.
|