Interface DynamicRuntimeFieldsBuilder


public interface DynamicRuntimeFieldsBuilder
Defines how runtime fields are dynamically created. Used when objects are mapped with dynamic:runtime. Plugins that provide runtime field implementations can also plug in their implementation of this interface to define how leaf fields of each supported type can be dynamically created in dynamic runtime mode.
See Also:
MapperPlugin.getDynamicRuntimeFieldsBuilder(), ObjectMapper.Dynamic