{"id":21509858,"url":"https://github.com/j-christl/classprinter","last_synced_at":"2025-08-22T00:09:55.310Z","repository":{"id":14842658,"uuid":"17565639","full_name":"j-christl/ClassPrinter","owner":"j-christl","description":"Java Utility that lets you print fields, constructors, methods and inner classes of a class using reflection","archived":false,"fork":false,"pushed_at":"2017-06-25T18:34:33.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T01:11:11.108Z","etag":null,"topics":["java","java-utilities","reflection"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"fnando/uptime_checker","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j-christl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-09T14:07:30.000Z","updated_at":"2018-03-27T13:59:31.000Z","dependencies_parsed_at":"2022-07-22T09:02:41.498Z","dependency_job_id":null,"html_url":"https://github.com/j-christl/ClassPrinter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-christl%2FClassPrinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-christl%2FClassPrinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-christl%2FClassPrinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-christl%2FClassPrinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-christl","download_url":"https://codeload.github.com/j-christl/ClassPrinter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056430,"owners_count":20390720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","java-utilities","reflection"],"created_at":"2024-11-23T21:32:35.387Z","updated_at":"2025-03-17T15:16:08.007Z","avatar_url":"https://github.com/j-christl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ClassPrinter\n\n# General\nClassPrinter is a Java Utility that lets you print fields, constructors, methods and inner classes of a class using reflection.\n\n# How to use?\n```\npublic static void printClass(Class\u003c?\u003e clazz, boolean comment)\n```\n# Example\n## Code\n```java\nprintClass(java.awt.Point, true);\n```\n## Output\n```java\n/**\n * java.awt.Point\n*/\n\npackage java.awt;\n\npublic class Point extends Point2D implements Serializable {\n\n\t/**\n\t * 3 Fields\n\t*/\n\tpublic int x = 0;\n\tpublic int y = 0;\n\tprivate static final long serialVersionUID = -5276940640259749850;\n\n\t/**\n\t * 3 Constructors\n\t*/\n\tpublic Point(int arg0, int arg1);\n\tpublic Point(Point arg0);\n\tpublic Point();\n\n\t/**\n\t * 10 Methods\n\t*/\n\tpublic boolean equals(Object arg0);\n\tpublic String toString();\n\t@Transient\n\tpublic Point getLocation();\n\tpublic double getX();\n\tpublic double getY();\n\tpublic void setLocation(Point arg0);\n\tpublic void setLocation(int arg0, int arg1);\n\tpublic void setLocation(double arg0, double arg1);\n\tpublic void move(int arg0, int arg1);\n\tpublic void translate(int arg0, int arg1);\n\n\t/**\n\t * 0 Inner Classes\n\t*/\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-christl%2Fclassprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-christl%2Fclassprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-christl%2Fclassprinter/lists"}