Package org.xwiki.filter.input
Interface InputSourceConverter<T>
-
- Type Parameters:
T
- the type of the value to convert toInputSourceConverter
@Role public interface InputSourceConverter<T>
Convert a specific type of data into anInputSource
.- Since:
- 13.4RC1
- Version:
- $Id: 855657f411eb715afb9de6ea3ca274f8d33352a9 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputSource
convert(T value)
-
-
-
Method Detail
-
convert
InputSource convert(T value)
- Parameters:
value
- the value to convert to aInputSource
- Returns:
- the
InputSource
corresponding to the provided value
-
-