类 JsonRecordBuilderImpl
java.lang.Object
org.apache.pulsar.client.impl.schema.generic.JsonRecordBuilderImpl
- 所有已实现的接口:
GenericRecordBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()Clears the value of the given field.Clears the value of the given field.Sets the value of a field.Sets the value of a field.
-
构造器详细资料
-
JsonRecordBuilderImpl
-
-
方法详细资料
-
set
Sets the value of a field.- 指定者:
set在接口中GenericRecordBuilder- 参数:
fieldName- the name of the field to set.value- the value to set.- 返回:
- a reference to the RecordBuilder.
-
set
Sets the value of a field.- 指定者:
set在接口中GenericRecordBuilder- 参数:
field- the field to set.value- the value to set.- 返回:
- a reference to the RecordBuilder.
-
clear
Clears the value of the given field.- 指定者:
clear在接口中GenericRecordBuilder- 参数:
fieldName- the name of the field to clear.- 返回:
- a reference to the RecordBuilder.
-
clear
Clears the value of the given field.- 指定者:
clear在接口中GenericRecordBuilder- 参数:
field- the field to clear.- 返回:
- a reference to the RecordBuilder.
-
build
- 指定者:
build在接口中GenericRecordBuilder
-