Interface ComponentEncoder<T>
- Type Parameters:
T- the output type
public interface ComponentEncoder<T>
A component encoder.
-
Method Summary
-
Method Details
-
encode
Encodes the input component.- Parameters:
input- the input component- Returns:
- the encoded output
-