Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Convert classpath resource JSON File to Java Object using Gson
Java Convert classpath resource JSON File to Java Object using Gson

In this Java Gson tutorial, we show you how to read a JSON file from classpath resources and convert the JSON content to Java object using the Gson library and Apache Commons IO library. By different Java example programs we learn how to convert JSON content to a HashMap, a List of Map, an object of a custom defined class or a List of objects.

Java Convert Class Loader to String using Apache Commons Lang
Java Convert Class Loader to String using Apache Commons Lang

In this Java tutorial we learn how to convert a ClassLoader or a URLClassLoader to String which presents detailed information of a class loader using the ClassLoaderUtils class of Apache Commons Lang library.

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.