Interface DataComponentValueConverterRegistry.Provider

All Known Implementing Classes:
GsonDataComponentValueConverterProvider
Enclosing class:
DataComponentValueConverterRegistry

@NonExtendable @Internal @PlatformAPI public static interface DataComponentValueConverterRegistry.Provider
A provider for data component value converters.
Since:
4.17.0
  • Method Details

    • id

      Key id()
      An identifier for this provider.
      Returns:
      the provider id
      Since:
      4.17.0
    • conversions

      Return conversions available from this provider.

      Conversions may only be queried once at application initialization, so changes to the result of this method may not have any effect.

      Returns:
      the conversions available
      Since:
      4.17.0