Interface AdditionalFieldConfig


public interface AdditionalFieldConfig
Post additional fields. E.g. `fieldName1=value1,fieldName2=value2`.
  • Method Summary

    Modifier and Type
    Method
    Description
    Additional field type specification.
    Additional field value.
  • Method Details

    • value

      String value()
      Additional field value.
    • type

      @WithDefault("discover") String type()
      Additional field type specification. Supported types: String, long, Long, double, Double and discover. Discover is the default if not specified, it discovers field type based on parseability.