Interface TypeAdapter<SourceT,DestinationT>
-
- Type Parameters:
SourceT- Source typeDestinationT- Destination type
@SdkProtectedApi public interface TypeAdapter<SourceT,DestinationT>
Adapter interface to convert one type to another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationTadapt(SourceT source)
-
-
-
Method Detail
-
adapt
DestinationT adapt(SourceT source)
-
-