spark_rest
spark_rest
Context
findObjectsOfType<
T
> abstract method
findObjectsOfType
spark_rest
spark_rest
Context
findObjectsOfType<
T
> abstract method
Context class
Constructors
Context
Properties
hashCode
runtimeType
Methods
findAttachedEndpoint
findAttachedRequestMiddlewareOfType
findAttachedRequestMiddlewares
findAttachedResponseMiddlewareOfType
findAttachedResponseMiddlewares
findObjectOfType
findObjectsOfType
noSuchMethod
register
toString
Operators
operator ==
findObjectsOfType<
T
>
method
Null safety
Iterable
<
T
>
findObjectsOfType
<
T
>(
)
Used to find all objects of type
T
Implementation
Iterable<T> findObjectsOfType<T>();