Package com.xwiki.converters
Class ConvertSuggestSpaceReference
- java.lang.Object
-
- com.xwiki.converters.ConvertSuggestSpaceReference
-
- All Implemented Interfaces:
org.xwiki.properties.converter.Converter<SuggestSpaceReference>
@Singleton @Component public class ConvertSuggestSpaceReference extends Object implements org.xwiki.properties.converter.Converter<SuggestSpaceReference>
Converter for compatibility with wikimacro API.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConvertSuggestSpaceReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuggestSpaceReferenceconvert(Type targetType, Object sourceValue)
-
-
-
Method Detail
-
convert
public SuggestSpaceReference convert(Type targetType, Object sourceValue)
- Specified by:
convertin interfaceorg.xwiki.properties.converter.Converter<SuggestSpaceReference>
-
-