Interface TypeAdapter<Source,Destination>

Type Parameters:
Source - Source type
Destination - Destination type
All Known Implementing Classes:
StringToByteBufferAdapter, StringToInputStreamAdapter

public interface TypeAdapter<Source,Destination>
Adapter interface to convert one type to another
  • Method Summary

    Modifier and Type
    Method
    Description
    adapt(Source source)