Class JacksonContext

java.lang.Object
io.qameta.allure.context.JacksonContext
All Implemented Interfaces:
Context<com.fasterxml.jackson.databind.ObjectMapper>, Extension

public class JacksonContext extends Object implements Context<com.fasterxml.jackson.databind.ObjectMapper>
Context that stores pre-configured jackson mapper.
Since:
2.0
  • Constructor Details

    • JacksonContext

      public JacksonContext()
  • Method Details

    • getValue

      public com.fasterxml.jackson.databind.ObjectMapper getValue()
      Description copied from interface: Context
      Returns the context value.
      Specified by:
      getValue in interface Context<com.fasterxml.jackson.databind.ObjectMapper>
      Returns:
      the context value.