Class InterceptorTypeConverter

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

    public class InterceptorTypeConverter
    extends Object
    implements org.osgi.service.blueprint.container.Converter
    • Constructor Detail

      • InterceptorTypeConverter

        public InterceptorTypeConverter()
    • Method Detail

      • canConvert

        public boolean canConvert​(Object sourceObject,
                                  org.osgi.service.blueprint.container.ReifiedType targetType)
        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
        Specified by:
        convert in interface org.osgi.service.blueprint.container.Converter
        Throws:
        Exception