ResourceRestEndpoint class abstract

Inheritance
Implementers

Constructors

ResourceRestEndpoint(RoutePattern routePattern)

Properties

hashCode int
The hash code for this object.
no setterinherited
routePattern RoutePattern
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(ApiRequest request) Future
inherited
errorResponse(ApiRequest request, dynamic error, StackTrace stackTrace) ApiResponse
Wraps the execution of a request handler to ensure that an ApiResponse is the result.
inherited
get(ApiRequest request) Future
inherited
handleRequest(ApiRequest request) Future<ApiResponse>
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(ApiRequest request) Future
inherited
patch(ApiRequest request) Future
inherited
post(ApiRequest request) Future
inherited
put(ApiRequest request) Future
inherited
toString() String
A string representation of this object.
inherited
trace(ApiRequest request) Future
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

allOf<THub>() List<ResourceRestEndpoint>
forHubResource<THub>(ResourceSelector<THub> selector) ResourceRestEndpoint