Interface | Description |
---|---|
Buildable<B> |
Model classes decorated with this interface are compatible for write/update operations and can be created via the Builder API.
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>> |
Builder used to create/build corresponding Model Entity
|
RestService |
An API decorator which is a rest consumer
|
Copyright © 2017. All rights reserved.