Package com.amazonaws.adapters.types
Interface TypeAdapter<Source,Destination>
- Type Parameters:
Source- Source typeDestination- Destination type
- All Known Implementing Classes:
StringToByteBufferAdapter,StringToInputStreamAdapter
public interface TypeAdapter<Source,Destination>
Adapter interface to convert one type to another
-
Method Summary
-
Method Details
-
adapt
-