Class JacksonUtil

java.lang.Object
com.webauthn4j.converter.jackson.JacksonUtil

public class JacksonUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static @org.checkerframework.checker.nullness.qual.NonNull byte[]
    binaryValue(@Nullable com.fasterxml.jackson.databind.JsonNode jsonNode)
     
    static @NonNull com.fasterxml.jackson.databind.JsonNode
    readTree(@NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @org.checkerframework.checker.nullness.qual.NonNull byte[] bytes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • readTree

      public static @NonNull com.fasterxml.jackson.databind.JsonNode readTree(@NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @org.checkerframework.checker.nullness.qual.NonNull byte[] bytes)
    • binaryValue

      public static @org.checkerframework.checker.nullness.qual.NonNull byte[] binaryValue(@Nullable com.fasterxml.jackson.databind.JsonNode jsonNode)