Package org.analogweb
Interface InvocationMetadataFinder
-
- All Superinterfaces:
Module
,MultiModule
,Precedence
- All Known Implementing Classes:
AbstractInvocationMetadataFinder
,DefaultInvocationMetadataFinder
public interface InvocationMetadataFinder extends Precedence, MultiModule
Finder strategy ofInvocationMetadata
fromRouteRegistry
s- Author:
- snowgooseyk
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InvocationMetadataFinder.Cacheable
-
Nested classes/interfaces inherited from interface org.analogweb.MultiModule
MultiModule.Filter
-
-
Field Summary
-
Fields inherited from interface org.analogweb.Precedence
HIGHEST, LOWEST
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationMetadata
find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
-
Methods inherited from interface org.analogweb.Precedence
getPrecedence
-
-
-
-
Method Detail
-
find
InvocationMetadata find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
-
-