Class DefaultConverterService
- java.lang.Object
-
- de.codecentric.reedelk.platform.services.converter.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <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)<O> Oconvert(Object input, Class<O> outputClass)static de.codecentric.reedelk.runtime.api.converter.ConverterServicegetInstance()
-
-
-
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:
convertin interfacede.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:
convertin interfacede.codecentric.reedelk.runtime.api.converter.ConverterService
-
-