Package org.xwiki.filter.output
Interface OutputTargetConverter<T>
-
- Type Parameters:
T
-
@Role @Unstable public interface OutputTargetConverter<T>
Convert a specific type of data into anOutputTarget
.- Since:
- 13.4RC1
- Version:
- $Id: 5f65522861b2bc78d16f5887dbf0df331a3e49da $
-
-
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
-
-