Interface StringTypeDecoder
- All Superinterfaces:
PrimitiveTypeDecoder<String>,StreamTypeDecoder<String>,TypeDecoder<String>
- All Known Implementing Classes:
AbstractStringTypeDecoder,String32TypeDecoder,String8TypeDecoder
Base for all String type decoders
-
Method Summary
Methods inherited from interface org.apache.qpid.protonj2.codec.decoders.PrimitiveTypeDecoder
getTypeCode, isJavaPrimitiveMethods inherited from interface org.apache.qpid.protonj2.codec.StreamTypeDecoder
isArrayType, readArrayElements, readValue, skipValueMethods inherited from interface org.apache.qpid.protonj2.codec.TypeDecoder
isArrayType, readArrayElements, readValue, skipValue
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceStreamTypeDecoder<String>- Specified by:
getTypeClassin interfaceTypeDecoder<String>- Returns:
- the Class that this decoder handles.
-