Package io.smallrye.jwt
Class JsonUtils
- java.lang.Object
-
- io.smallrye.jwt.JsonUtils
-
public class JsonUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectconvert(Class<?> klass, Object value)Manual converter to convert Json type to supported Java types in the spec.static jakarta.json.JsonObjectreplaceMap(Map<String,Object> map)static jakarta.json.JsonValuewrapValue(Object value)
-
-
-
Method Detail
-
wrapValue
public static jakarta.json.JsonValue wrapValue(Object value)
-
-