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