Interface ComponentDecoder<T>
- Type Parameters:
T- the input type
public interface ComponentDecoder<T>
A component decoder.
-
Method Summary
-
Method Details
-
decode
Decodes the input into a component.- Parameters:
input- the input- Returns:
- the component
-