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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Destinationadapt(Source source)
-
-
-
Method Detail
-
adapt
Destination adapt(Source source)
-
-