Package org.xwiki.filter.output
Interface OutputTargetConverter<T>
-
- Type Parameters:
T
-
@Role public interface OutputTargetConverter<T>
Convert a specific type of data into anOutputTarget
.- Since:
- 13.4RC1
- Version:
- $Id: 4764980ade6de354b1391d51743d0deac439426f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputTarget
convert(T value)
-
-
-
Method Detail
-
convert
OutputTarget convert(T value)
- Parameters:
value
- the value to convert to aOutputTarget
- Returns:
- the
OutputTarget
corresponding to the provided value
-
-