OpenApiServerRouterBase class abstract

Constructors

OpenApiServerRouterBase()

Properties

configs List<RouteConfig>
final
hashCode int
The hash code for this object.
no setterinherited
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
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?
paramRequired<T>({required String name, List<String>? value, required T decode(List<String> value)}) → T
paramToBool(List<String> value) bool
paramToInt(List<String> value) int
paramToNum(List<String> value) num
paramToString(List<String> value) String
toString() String
A string representation of this object.
inherited

Operators

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