Package io.netty.util
Interface Mapping<IN,OUT>
- All Known Implementing Classes:
DomainNameMapping
,DomainNameMappingBuilder.ImmutableDomainNameMapping
,DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
public interface Mapping<IN,OUT>
Maintains the mapping from the objects of one type to the objects of the other type.
-
Method Summary
-
Method Details
-
map
Returns mapped value of the specified input.
-