public class IntegerCodec extends Object implements Codec<Integer>
static IntegerCodec
INSTANCE
Integer
decode(Payload payload)
Payload
encode(Integer body)
Class<Integer>
forType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDecodeFrom
public static IntegerCodec INSTANCE
public Class<Integer> forType()
forType
Decoder<Integer>
public Integer decode(@Nonnull Payload payload)
decode
public Payload encode(Integer body)
encode
Encoder<Integer>
Copyright © 2019–2022. All rights reserved.