netty 4.1.107.Final
io.netty.common
io.netty.util
Mapping
Top
Description
Methods
io.netty.util
public
Interface Mapping<IN, OUT>
Known Direct Implementers
io.
netty.
util.
DomainNameMapping
,
io.
netty.
util.
DomainWildcardMappingBuilder.
ImmutableDomainWildcardMapping
Maintains the mapping from the objects of one type to the objects of the other type.
Method Summary
Modifier and Type
Method and Description
public
OUT
map
(
IN input
)
Returns mapped value of the specified input.
Method Detail
map
back to summary
public
OUT
map
(
IN input
)
Returns mapped value of the specified input.