hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
AMQPType
hunt
proton
codec
AMQPType
Undocumented in source.
interface
AMQPType :
IAMQPType
(
V
) {
TypeInfo
getTypeClass
();
TypeEncoding
!(
V
)
getCanonicalEncoding
();
Collection
!(
TypeEncoding
!(
V
))
getAllEncodings
();
}
Members
Functions
getAllEncodings
Collection
!(
TypeEncoding
!(
V
))
getAllEncodings
()
Undocumented in source.
getCanonicalEncoding
TypeEncoding
!(
V
)
getCanonicalEncoding
()
Undocumented in source.
getTypeClass
TypeInfo
getTypeClass
()
Undocumented in source.
Inherited Members
From IAMQPType
getTypeClass
TypeInfo
getTypeClass
()
Undocumented in source.
write
void
write
(Object val)
Undocumented in source.
getEncoding
ITypeEncoding
getEncoding
(Object val)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
AMQPType
interfaces
AMQPType
IAMQPType