GraphNodeApiRouter class
Constructors
-
GraphNodeApiRouter(ApiEndpointProvider<
GraphNodeApi> impl)
Properties
-
configs
→ List<
RouteConfig> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
impl
→ ApiEndpointProvider<
GraphNodeApi> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRoute(
String path, String operation, RouteHandler handle, {required List< SecurityRequirement> security}) → void -
inherited
-
configure(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paramOpt<
T> ({required String name, List< String> ? value, required T decode(List<String> value)}) → T? -
inherited
-
paramRequired<
T> ({required String name, List< String> ? value, required T decode(List<String> value)}) → T -
inherited
-
paramToBool(
List< String> value) → bool -
inherited
-
paramToInt(
List< String> value) → int -
inherited
-
paramToNum(
List< String> value) → num -
inherited
-
paramToString(
List< String> value) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited