Package | Description |
---|---|
org.apache.cayenne.di |
Modifier and Type | Method and Description |
---|---|
DecoratorBuilder<T> |
DecoratorBuilder.after(Class<? extends T> decoratorImplementationType) |
DecoratorBuilder<T> |
DecoratorBuilder.before(Class<? extends T> decoratorImplementationType) |
<T> DecoratorBuilder<T> |
Binder.decorate(Class<T> interfaceType) |
<T> DecoratorBuilder<T> |
Binder.decorate(Key<T> key) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.