Created
April 3, 2018 10:32
-
-
Save dassiorleando/59dcbaefc6f34f4a1e9e537728d4cb4d to your computer and use it in GitHub Desktop.
Main program of http://www.dassiorleando.xyz/safely-tostring-a-java-object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ObjectB objectB = new ObjectB("Fake propB"); | |
ObjectA objectA = new ObjectA("Fake propA", objectB); | |
System.out.println(Objects.toString(objectA)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment