Skip to content

A simple app that prints an object contents using reflection

Notifications You must be signed in to change notification settings

CoughBall/reflection_print_object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

reflection_print_object

A simple app that prints an object contents using reflection

The app prints objects using simple reflection with formatting for all the primitive datatypes with default settings that can be changed for any kind of format that user wants per type, it prints arrays sorrounded with square brackets [] and objects will be idented. It does not use any 3rd party libraries like guava or spring, only java8 core.

Example

Example output is already ready in the Main method, when it runs it will print the following:

About

A simple app that prints an object contents using reflection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages