public interface ICompoundRequestMapper extends IRequestMapper, Iterable<IRequestMapper>
IRequestMapper
s with the highest
compatibility score.Modifier and Type | Method and Description |
---|---|
ICompoundRequestMapper |
add(IRequestMapper mapper)
Registers a
IRequestMapper |
ICompoundRequestMapper |
remove(IRequestMapper mapper)
Unregisters a
IRequestMapper |
getCompatibilityScore, mapHandler, mapRequest
forEach, iterator, spliterator
ICompoundRequestMapper add(IRequestMapper mapper)
IRequestMapper
mapper
- this
for chainingICompoundRequestMapper remove(IRequestMapper mapper)
IRequestMapper
mapper
- this
for chainingCopyright © 2006–2022 Apache Software Foundation. All rights reserved.