public interface AMQPType<V>
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeEncoding<V>> |
getAllEncodings() |
TypeEncoding<V> |
getCanonicalEncoding() |
TypeEncoding<V> |
getEncoding(V val) |
Class<V> |
getTypeClass() |
void |
write(V val) |
TypeEncoding<V> getEncoding(V val)
TypeEncoding<V> getCanonicalEncoding()
Collection<? extends TypeEncoding<V>> getAllEncodings()
void write(V val)
Copyright © 2016 The Apache Software Foundation. All rights reserved.