Class CompositeFlowExecutionKeyConverter

  • All Implemented Interfaces:
    org.springframework.binding.convert.converters.Converter

    public class CompositeFlowExecutionKeyConverter
    extends java.lang.Object
    implements org.springframework.binding.convert.converters.Converter
    Special converter for the CompositeFlowExecutionKey to return as a String.
    Since:
    4.0.0
    • Constructor Detail

      • CompositeFlowExecutionKeyConverter

        public CompositeFlowExecutionKeyConverter()
    • Method Detail

      • getSourceClass

        public java.lang.Class getSourceClass()
        Specified by:
        getSourceClass in interface org.springframework.binding.convert.converters.Converter
      • getTargetClass

        public java.lang.Class getTargetClass()
        Specified by:
        getTargetClass in interface org.springframework.binding.convert.converters.Converter
      • convertSourceToTargetClass

        public java.lang.Object convertSourceToTargetClass​(java.lang.Object source,
                                                           java.lang.Class targetClass)
        Specified by:
        convertSourceToTargetClass in interface org.springframework.binding.convert.converters.Converter