类 WebhookMapToEventTransformer

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.transformer.AbstractTransformer
org.springframework.integration.transformer.AbstractPayloadTransformer<Map<String,Object>,org.springframework.context.ApplicationEvent>
cn.herodotus.stirrup.transform.emqx.transformer.WebhookMapToEventTransformer
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.context.ExpressionCapable, org.springframework.integration.core.GenericTransformer<org.springframework.messaging.Message<?>,org.springframework.messaging.Message<?>>, org.springframework.integration.support.context.NamedComponent, org.springframework.integration.transformer.Transformer

public class WebhookMapToEventTransformer extends org.springframework.integration.transformer.AbstractPayloadTransformer<Map<String,Object>,org.springframework.context.ApplicationEvent>

Description: TODO

作者:
: gengwei.zheng
Date:
: 2023/11/30 16:00
  • 字段概要

    从类继承的字段 org.springframework.integration.context.IntegrationObjectSupport

    EXPRESSION_PARSER, logger
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected org.springframework.context.ApplicationEvent
     

    从类继承的方法 org.springframework.integration.transformer.AbstractPayloadTransformer

    doTransform

    从类继承的方法 org.springframework.integration.transformer.AbstractTransformer

    transform

    从类继承的方法 org.springframework.integration.context.IntegrationObjectSupport

    afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getMessageBuilderFactory, getTaskScheduler, isInitialized, onInit, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • WebhookMapToEventTransformer

      public WebhookMapToEventTransformer()
  • 方法详细资料

    • transformPayload

      protected org.springframework.context.ApplicationEvent transformPayload(Map<String,Object> payload)
      指定者:
      transformPayload 在类中 org.springframework.integration.transformer.AbstractPayloadTransformer<Map<String,Object>,org.springframework.context.ApplicationEvent>