Interface Mapping<IN,​OUT>

  • All Known Implementing Classes:
    DomainNameMapping

    public interface Mapping<IN,​OUT>
    Maintains the mapping from the objects of one type to the objects of the other type.
    • Method Detail

      • map

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