See: Description
Interface | Description |
---|---|
AnnotationEndpointDiscoverer.EndpointOperationFactory<T extends Operation> |
An
EndpointOperationFactory creates an Operation for an operation
on an endpoint. |
Class | Description |
---|---|
AnnotationEndpointDiscoverer<T extends Operation,K> |
A base
EndpointDiscoverer implementation that discovers Endpoint beans
in an application context. |
AnnotationEndpointDiscoverer.EndpointInfoDescriptor<T extends Operation,K> |
Describes an
endpoint and whether or not it is valid. |
AnnotationEndpointDiscoverer.OperationKey<K> |
Define the key of an operation in the context of an operation's implementation.
|
Annotation Type | Description |
---|---|
DeleteOperation |
Identifies a method on an
Endpoint as being a delete operation. |
Endpoint |
Identifies a type as being an endpoint.
|
ReadOperation |
Identifies a method on an
Endpoint as being a read operation. |
Selector |
A
Selector can be used on a parameter of an Endpoint method to indicate
that the parameter is used to select a subset of the endpoint's data. |
WriteOperation |
Identifies a method on an
Endpoint as being a write operation. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.