public class ThingPropertyCodec extends Object implements Codec<ThingProperty>
| 限定符和类型 | 字段和说明 |
|---|---|
static ThingPropertyCodec |
INSTANCE |
| 构造器和说明 |
|---|
ThingPropertyCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
ThingProperty |
decode(Payload payload) |
Payload |
encode(ThingProperty body) |
Class<ThingProperty> |
forType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDecodeFrompublic static final ThingPropertyCodec INSTANCE
public Class<ThingProperty> forType()
forType 在接口中 Decoder<ThingProperty>public ThingProperty decode(@Nonnull Payload payload)
decode 在接口中 Decoder<ThingProperty>public Payload encode(ThingProperty body)
encode 在接口中 Encoder<ThingProperty>Copyright © 2019–2022. All rights reserved.