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

    Modifier and Type
    Method
    Description
    map(IN input)
    Returns mapped value of the specified input.
  • Method Details

    • map

      OUT map(IN input)
      Returns mapped value of the specified input.