ServerRouteAnnotations class

Mixed-in types

Constructors

ServerRouteAnnotations({required _AnnotationMimics coreMimics, required _AnnotationTypeReferences coreTypeReferences, required Iterable<ServerMimic> data, required Iterable<ServerMimic> meta, required Iterable<ServerSetHeader> setHeaders, required ServerAllowOrigins? allowOrigins, required ServerAllowHeaders? allowHeaders, required ServerExpectHeaders? expectHeaders, required ServerMimic? responseHandler, required List<ServerLifecycleComponent> lifecycleComponents})
ServerRouteAnnotations.fromApp(MetaAppConfig app)
factory
ServerRouteAnnotations.fromParent(MetaRoute parent)
factory
ServerRouteAnnotations.fromRoute(MetaMethod method)
factory

Properties

allowHeaders ServerAllowHeaders?
final
allowOrigins ServerAllowOrigins?
final
coreMimics → _AnnotationMimics
final
coreTypeReferences → _AnnotationTypeReferences
final
data Iterable<ServerMimic>
final
expectHeaders ServerExpectHeaders?
final
extractors List<ExtractImport?>
no setteroverride
hasAnnotations bool
no setter
hashCode int
The hash code for this object.
no setterinherited
imports List<ServerImports?>
no setteroverride
lifecycleComponents List<ServerLifecycleComponent>
final
meta Iterable<ServerMimic>
final
responseHandler ServerMimic?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setHeaders Iterable<ServerSetHeader>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packageImports() Iterable<String>
inherited
pathImports() Iterable<String>
inherited
removeResponseHandler() → void
toString() String
A string representation of this object.
inherited

Operators

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