itemBuilder property

FieldItemBuilder<Value> itemBuilder
final

This function takes the context and the value and must return a FieldItem that represent that value.

Implementation

final FieldItemBuilder<Value> itemBuilder;