Interface WebEndpointMappingRegistry
- All Known Implementing Classes:
FilteringWebEndpointMappingRegistry,SimpleWebEndpointMappingRegistry
public interface WebEndpointMappingRegistry
WebEndpointMapping Registry- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet all registered instances ofWebEndpointMappingbooleanregister(WebEndpointMapping webEndpointMapping) Registers an instance ofWebEndpointMappingdefault intregister(WebEndpointMapping webEndpointMapping, WebEndpointMapping... others) Registers the instances ofWebEndpointMappingdefault intregister(Iterable<WebEndpointMapping> webEndpointMappings) Registers the instances ofWebEndpointMapping
-
Method Details
-
register
Registers an instance ofWebEndpointMapping- Parameters:
webEndpointMapping- an instance ofWebEndpointMapping- Returns:
trueif success,falseotherwise
-
register
Registers the instances ofWebEndpointMapping- Parameters:
webEndpointMapping- an instance ofWebEndpointMappingothers- others ofWebEndpointMapping- Returns:
trueif success,falseotherwise
-
register
Registers the instances ofWebEndpointMapping- Parameters:
webEndpointMappings- the instances ofWebEndpointMapping- Returns:
- the count of the registered instances of
WebEndpointMapping
-
getWebEndpointMappings
Get all registered instances ofWebEndpointMapping- Returns:
- non-null
-