| Package | Description |
|---|---|
| com.hammurapi.convert |
| Modifier and Type | Field and Description |
|---|---|
static Decorator |
DecoratingService.DECORATOR
Converter which delegates to convert() method.
|
| Modifier and Type | Method and Description |
|---|---|
static Decorator |
DecoratingService.getDecorator()
Creates decorating closure.
|
static Decorator |
DecoratingService.getDecorator(ClassLoader classLoader)
Creates decorating closure.
|
static Decorator |
DecoratingService.getDecorator(Context context)
Creates decorating closure.
|
static Decorator |
DecoratingService.getDecorator(Context context,
ClassLoader classLoader)
Creates decorating closure.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AtomicDecorator.decorate(S source,
Context context,
Decorator<?,?> master)
Creates decoration.
|