Class AbstractProtobufPayloadConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addMessageType​(io.temporal.api.common.v1.Payload.Builder builder, java.lang.Object value)  
      protected void checkMessageType​(io.temporal.api.common.v1.Payload payload, java.lang.Object instance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static final org.slf4j.Logger log
    • Constructor Detail

      • AbstractProtobufPayloadConverter

        protected AbstractProtobufPayloadConverter()
      • AbstractProtobufPayloadConverter

        protected AbstractProtobufPayloadConverter​(boolean excludeProtobufMessageTypes)
    • Method Detail

      • addMessageType

        protected void addMessageType​(io.temporal.api.common.v1.Payload.Builder builder,
                                      java.lang.Object value)
      • checkMessageType

        protected void checkMessageType​(io.temporal.api.common.v1.Payload payload,
                                        java.lang.Object instance)