Interface CustomConverter.ConverterRegistration<S>

Enclosing interface:
CustomConverter<S,F extends ConvertedField>

public static interface CustomConverter.ConverterRegistration<S>
Callback for registering a converter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(S fieldSchema, CustomConverter.Converter converter)
    Registers the given schema and converter for the current field.
  • Method Details

    • register

      void register(S fieldSchema, CustomConverter.Converter converter)
      Registers the given schema and converter for the current field. Should not be invoked more than once for the same field.