Class ConverterTagReference

  • All Implemented Interfaces:
    org.xwiki.properties.converter.Converter<TagReference>

    @Singleton
    @Component
    public class ConverterTagReference
    extends Object
    implements org.xwiki.properties.converter.Converter<TagReference>
    Converter for compatibility with wikimacro API.
    Version:
    $Id$
    • Constructor Detail

      • ConverterTagReference

        public ConverterTagReference()
    • Method Detail

      • convert

        public TagReference convert​(Type targetType,
                                    Object sourceValue)
        Specified by:
        convert in interface org.xwiki.properties.converter.Converter<TagReference>