| Package | Description |
|---|---|
| org.trimou.engine.convert |
| Modifier and Type | Method and Description |
|---|---|
static <T> DecoratorConverter.Builder<T> |
DecoratorConverter.decorate(Class<T> delegateType)
Returns a decorator converter builder for the specified delegate type.
|
static <T> DecoratorConverter.Builder<T> |
DecoratorConverter.decorate(Predicate<Object> test)
Returns a decorator converter builder with the specified predicate used to
test a context object.
|
protected DecoratorConverter.Builder<T> |
DecoratorConverter.Builder.self() |
Copyright © 2020. All rights reserved.