Package com.webauthn4j.converter.jackson
Class JacksonUtil
java.lang.Object
com.webauthn4j.converter.jackson.JacksonUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @org.checkerframework.checker.nullness.qual.NonNull byte[]binaryValue(@Nullable com.fasterxml.jackson.databind.JsonNode jsonNode) static @NonNull com.fasterxml.jackson.databind.JsonNodereadTree(@NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @org.checkerframework.checker.nullness.qual.NonNull byte[] bytes)
-
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)
-