java.lang.Object
com.webauthn4j.converter.jackson.JacksonUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @org.jetbrains.annotations.Nullable byte[]binaryValue(@Nullable com.fasterxml.jackson.databind.JsonNode jsonNode) static @NotNull com.fasterxml.jackson.databind.JsonNodereadTree(@NotNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @org.jetbrains.annotations.NotNull byte[] bytes)
-
Method Details
-
readTree
@NotNull public static @NotNull com.fasterxml.jackson.databind.JsonNode readTree(@NotNull @NotNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NotNull @org.jetbrains.annotations.NotNull byte[] bytes) -
binaryValue
@Nullable public static @org.jetbrains.annotations.Nullable byte[] binaryValue(@Nullable @Nullable com.fasterxml.jackson.databind.JsonNode jsonNode)
-