java.lang.Object
io.inverno.mod.security.jose.internal.JOSEObjectMapper
All Implemented Interfaces:
Supplier<com.fasterxml.jackson.databind.ObjectMapper>

public class JOSEObjectMapper extends Object implements Supplier<com.fasterxml.jackson.databind.ObjectMapper>

ObjectMapper used to serialize/deserialize JSON JOSE objects and JSON Web Keys.

Since:
1.5
Author:
Jeremy Kuhn
  • Constructor Details

    • JOSEObjectMapper

      public JOSEObjectMapper()
  • Method Details

    • get

      public com.fasterxml.jackson.databind.ObjectMapper get()
      Specified by:
      get in interface Supplier<com.fasterxml.jackson.databind.ObjectMapper>