Interface DynamicInputConfigFactory

All Known Implementing Classes:
DynamicInputConfigFactory.NOOP

public interface DynamicInputConfigFactory
Interface for a factory that provides a configuration object for a dynamic input schema provider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    NOOP implementation of the DynamicInputConfigFactory that always returns null
  • Method Summary

    Modifier and Type
    Method
    Description
    getConfig(String serviceGroup, String serviceName, String context)
    Returns a configuration object for the given service group, service name and optional context
  • Method Details

    • getConfig

      Object getConfig(String serviceGroup, String serviceName, String context)
      Returns a configuration object for the given service group, service name and optional context