Interface ComponentDecoder<T>


public interface ComponentDecoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(T input)
     
  • Method Details