Class MultiPinConfiguration

java.lang.Object
com.opensourcewithslu.utilities.MultiPinConfiguration

@Prototype public class MultiPinConfiguration extends Object
Class for configuring multiPin components.
  • Constructor Details

    • MultiPinConfiguration

      public MultiPinConfiguration(@Parameter String id, Object[] components)
      The MultiPinConfiguration constructor.
      Parameters:
      id - The configuration id as defined in the application.yml
      components - The array of components that are a part of the multiPin component.
  • Method Details

    • getId

      public String getId()
      Gets the id of the component.
      Returns:
      The id of the component.
    • getComponents

      public Object[] getComponents()
      Gets the components that are part of the overall component.
      Returns:
      an array of component objects.