Class JsonbUtil


  • public class JsonbUtil
    extends Object
    • Constructor Detail

      • JsonbUtil

        public JsonbUtil()
    • Method Detail

      • getContext

        static Jsonb getContext​(Class<?> type)
      • marshal

        public static <T> String marshal​(T object)
      • unmarshal

        public static <T> T unmarshal​(String string,
                                      Class<T> type)
      • unmarshall

        public static <T> T unmarshall​(InputStream is,
                                       Class<T> type)