类 GenericJsonRecord

java.lang.Object
org.apache.pulsar.client.impl.schema.generic.GenericJsonRecord
所有已实现的接口:
GenericObject, GenericRecord

public class GenericJsonRecord extends Object
Generic json record.
  • 字段详细资料

    • schemaVersion

      protected final byte[] schemaVersion
    • fields

      protected final List<Field> fields
  • 构造器详细资料

    • GenericJsonRecord

      public GenericJsonRecord(byte[] schemaVersion, List<Field> fields, com.fasterxml.jackson.databind.JsonNode jn, SchemaInfo schemaInfo)
  • 方法详细资料