Interface PayloadParserFactory


public interface PayloadParserFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.fasterxml.jackson.databind.ObjectMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> PayloadParser<T>
    forClass(Class<T> tClass)
    Deprecated.
    static <T> PayloadParser<T>
    forType(Type type)
     
  • Field Details

    • objectMapper

      static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Method Details