Interface SymbolTypeDecoder
- All Superinterfaces:
PrimitiveTypeDecoder<Symbol>,StreamTypeDecoder<Symbol>,TypeDecoder<Symbol>
- All Known Implementing Classes:
AbstractSymbolTypeDecoder,Symbol32TypeDecoder,Symbol8TypeDecoder
Base for all Symbol type decoders.
-
Method Summary
Methods inherited from interface org.apache.qpid.protonj2.codec.decoders.PrimitiveTypeDecoder
getTypeCode, isJavaPrimitive, isPrimitiveMethods inherited from interface org.apache.qpid.protonj2.codec.StreamTypeDecoder
isArrayType, isNull, readArrayElements, readSize, readValue, skipValueMethods inherited from interface org.apache.qpid.protonj2.codec.TypeDecoder
isArrayType, isNull, readArrayElements, readSize, readValue, skipValue
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceStreamTypeDecoder<Symbol>- Specified by:
getTypeClassin interfaceTypeDecoder<Symbol>- Returns:
- the Class that this decoder handles.
-