Class DefaultConverterService

  • All Implemented Interfaces:
    de.codecentric.reedelk.runtime.api.converter.ConverterService

    public class DefaultConverterService
    extends Object
    implements de.codecentric.reedelk.runtime.api.converter.ConverterService
    • Method Detail

      • getInstance

        public static de.codecentric.reedelk.runtime.api.converter.ConverterService getInstance()
      • convert

        public <O> O convert​(Object input,
                             Class<O> outputClass)
        Specified by:
        convert in interface de.codecentric.reedelk.runtime.api.converter.ConverterService
      • convert

        public <I,​O> de.codecentric.reedelk.runtime.api.message.content.TypedPublisher<O> convert​(de.codecentric.reedelk.runtime.api.message.content.TypedPublisher<I> input,
                                                                                                        Class<O> outputClass)
        Specified by:
        convert in interface de.codecentric.reedelk.runtime.api.converter.ConverterService