Class FastProtoField

java.lang.Object
org.ebfhub.fastprotobuf.FastProtoField

public class FastProtoField
extends Object

FastProtoField class.

Version:
$Id: $Id
Author:
mac
  • Field Details

    • num

      public final int num
    • bit

      public final int bit
    • repeated

      public final boolean repeated
    • ft

      public final com.google.protobuf.WireFormat.FieldType ft
    • clazz

      public final Class<?> clazz
    • name

      public final String name
  • Constructor Details

    • FastProtoField

      public FastProtoField​(String name, int num, int bit, com.google.protobuf.WireFormat.FieldType ft, boolean repeated, Class<?> clazz)

      Constructor for FastProtoField.

      Parameters:
      name - a String object.
      num - a int.
      bit - a int.
      ft - a WireFormat.FieldType object.
      repeated - a boolean.
      clazz - a Class object.
  • Method Details