- java.lang.Object
-
- org.redkale.convert.SimpledCoder<R,W,AtomicLong>
-
- org.redkale.convert.ext.AtomicLongSimpledCoder<ProtobufReader,ProtobufWriter>
-
- org.redkale.convert.pb.ProtobufCoders.ProtobufAtomicLongSimpledCoder
-
- 所有已实现的接口:
Decodeable<ProtobufReader,AtomicLong>
,Encodeable<ProtobufWriter,AtomicLong>
,ProtobufEncodeable<ProtobufWriter,AtomicLong>
,ProtobufPrimitivable<AtomicLong>
- 封闭类:
- ProtobufCoders
public static class ProtobufCoders.ProtobufAtomicLongSimpledCoder extends AtomicLongSimpledCoder<ProtobufReader,ProtobufWriter> implements ProtobufPrimitivable<AtomicLong>, ProtobufEncodeable<ProtobufWriter,AtomicLong>
-
-
字段概要
字段 修饰符和类型 字段 说明 static ProtobufCoders.ProtobufAtomicLongSimpledCoder
instance
-
从类继承的字段 org.redkale.convert.SimpledCoder
type
-
-
构造器概要
构造器 构造器 说明 ProtobufAtomicLongSimpledCoder()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
computeSize(AtomicLong value)
int
computeSize(ProtobufWriter out, int tagSize, AtomicLong value)
Type
getType()
泛型映射接口Class
primitiveType()
-
从类继承的方法 org.redkale.convert.ext.AtomicLongSimpledCoder
convertFrom, convertTo
-
从类继承的方法 org.redkale.convert.SimpledCoder
toString
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.redkale.convert.Decodeable
convertFrom
-
从接口继承的方法 org.redkale.convert.Encodeable
convertTo, specifyable
-
从接口继承的方法 org.redkale.convert.pb.ProtobufEncodeable
convertTo
-
-
-
-
字段详细资料
-
instance
public static final ProtobufCoders.ProtobufAtomicLongSimpledCoder instance
-
-
方法详细资料
-
computeSize
public int computeSize(ProtobufWriter out, int tagSize, AtomicLong value)
- 指定者:
computeSize
在接口中ProtobufEncodeable<ProtobufWriter,AtomicLong>
-
computeSize
public int computeSize(AtomicLong value)
- 指定者:
computeSize
在接口中ProtobufPrimitivable<AtomicLong>
-
getType
public Type getType()
从接口复制的说明:Decodeable
泛型映射接口- 指定者:
getType
在接口中Decodeable<ProtobufReader,AtomicLong>
- 指定者:
getType
在接口中Encodeable<ProtobufWriter,AtomicLong>
- 覆盖:
getType
在类中SimpledCoder<ProtobufReader,ProtobufWriter,AtomicLong>
- 返回:
- 反解析的数据类型
-
primitiveType
public final Class primitiveType()
- 指定者:
primitiveType
在接口中ProtobufPrimitivable<AtomicLong>
-
-