Package org.ebfhub.fastprotobuf
Class FastProtoField
java.lang.Object
org.ebfhub.fastprotobuf.FastProtoField
public class FastProtoField extends Object
FastProtoField class.
- Version:
- $Id: $Id
- Author:
- mac
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FastProtoField(String name, int num, int bit, com.google.protobuf.WireFormat.FieldType ft, boolean repeated, Class<?> clazz)Constructor for FastProtoField. -
Method Summary
-
Field Details
-
Constructor Details
-
FastProtoField
public FastProtoField(String name, int num, int bit, com.google.protobuf.WireFormat.FieldType ft, boolean repeated, Class<?> clazz)Constructor for FastProtoField.
-
-
Method Details