Package org.xwiki.rendering.macro.source
Interface MacroContentSourceReferenceConverter<T>
-
- Type Parameters:
T
- the type of the value to convert toMacroContentSourceReference
@Role @Unstable public interface MacroContentSourceReferenceConverter<T>
Convert an object into aMacroContentSourceReference
.- Since:
- 15.1RC1, 14.10.5
- Version:
- $Id: 7470bf7b97d9ebe1fc51a3a854cf073ae487cce1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacroContentSourceReference
convert(T value)
-
-
-
Method Detail
-
convert
MacroContentSourceReference convert(T value)
- Parameters:
value
- the value to convert to aMacroContentSourceReference
- Returns:
- the
MacroContentSourceReference
corresponding to the provided value
-
-