Interface ComponentDecoder<T>

Type Parameters:
T - the input type

public interface ComponentDecoder<T>
A component decoder.
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(T input)
    Decodes the input into a component.
  • Method Details

    • decode

      Component decode(T input)
      Decodes the input into a component.
      Parameters:
      input - the input
      Returns:
      the component