Interface SymbolTypeDecoder
-
- All Superinterfaces:
PrimitiveTypeDecoder<Symbol>,StreamTypeDecoder<Symbol>,TypeDecoder<Symbol>
- All Known Implementing Classes:
AbstractSymbolTypeDecoder,Symbol32TypeDecoder,Symbol8TypeDecoder
public interface SymbolTypeDecoder extends PrimitiveTypeDecoder<Symbol>
Base for all Symbol type decoders.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<Symbol>getTypeClass()-
Methods inherited from interface org.apache.qpid.protonj2.codec.decoders.PrimitiveTypeDecoder
getTypeCode, isJavaPrimitive
-
Methods inherited from interface org.apache.qpid.protonj2.codec.StreamTypeDecoder
isArrayType, readArrayElements, readValue, skipValue
-
Methods inherited from interface org.apache.qpid.protonj2.codec.TypeDecoder
isArrayType, readArrayElements, readValue, skipValue
-
-
-
-
Method Detail
-
getTypeClass
default Class<Symbol> getTypeClass()
- Specified by:
getTypeClassin interfaceStreamTypeDecoder<Symbol>- Specified by:
getTypeClassin interfaceTypeDecoder<Symbol>- Returns:
- the Class that this decoder handles.
-
-