Package com.amazonaws.adapters.types
Class StringToByteBufferAdapter
- java.lang.Object
-
- com.amazonaws.adapters.types.StringToByteBufferAdapter
-
- All Implemented Interfaces:
TypeAdapter<String,ByteBuffer>
public class StringToByteBufferAdapter extends Object implements TypeAdapter<String,ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description StringToByteBufferAdapter()
-
-
-
Method Detail
-
adapt
public ByteBuffer adapt(String source)
- Specified by:
adapt
in interfaceTypeAdapter<String,ByteBuffer>
-
-