Class NumberToStringConverter

  • All Implemented Interfaces:
    org.osgi.service.blueprint.container.Converter

    @Deprecated
    public class NumberToStringConverter
    extends Object
    implements org.osgi.service.blueprint.container.Converter
    Deprecated.
    • Constructor Detail

      • NumberToStringConverter

        public NumberToStringConverter()
        Deprecated.
    • Method Detail

      • canConvert

        public boolean canConvert​(Object sourceObject,
                                  org.osgi.service.blueprint.container.ReifiedType targetType)
        Deprecated.
        Specified by:
        canConvert in interface org.osgi.service.blueprint.container.Converter
      • convert

        public Object convert​(Object sourceObject,
                              org.osgi.service.blueprint.container.ReifiedType targetType)
                       throws Exception
        Deprecated.
        Specified by:
        convert in interface org.osgi.service.blueprint.container.Converter
        Throws:
        Exception