{"id":19514600,"url":"https://github.com/jcoderpaul/javaextended-35-38","last_synced_at":"2025-07-18T08:33:47.575Z","repository":{"id":175331271,"uuid":"566859819","full_name":"JcoderPaul/JavaExtended-35-38","owner":"JcoderPaul","description":"Enum, Reflection API, Annotation, Class Scanner. Section cheat sheet. For memory!","archived":false,"fork":false,"pushed_at":"2022-11-26T16:02:51.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T23:32:53.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JcoderPaul.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-16T15:14:42.000Z","updated_at":"2022-11-16T15:16:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cda5858-3212-4427-9483-e4dab2dad5ac","html_url":"https://github.com/JcoderPaul/JavaExtended-35-38","commit_stats":null,"previous_names":["jcoderpaul/javaextended-35-38"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JcoderPaul/JavaExtended-35-38","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-35-38","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-35-38/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-35-38/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-35-38/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JcoderPaul","download_url":"https://codeload.github.com/JcoderPaul/JavaExtended-35-38/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-35-38/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265728854,"owners_count":23818730,"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":[],"created_at":"2024-11-10T23:37:00.146Z","updated_at":"2025-07-18T08:33:47.521Z","avatar_url":"https://github.com/JcoderPaul.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### ******** Примеры работы с Enum, Scanner, Reflection API, Annotation ********\n\n- [Less_35_Enum](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_35_Enum/src/Less_35_Enum) - примеры работы с классом перечисления ENUM и документация.\n\n- [Less_36_ch_1_Scanner](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_36_ch_1_Scanner/src/Less_36_ch_1_Scanner) - примеры работы с классом Scanner и документация.\n\n- [Less_36_ch_2_ScannerExample](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_36_ch_2_ScannerExample/src/Less_36_ch_2_ScannerExample) - примеры применения класса Scanner и его методов.\n\n- [Less_37_ch_1_Reflection](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_37_ch_1_Reflection/src/Less_37_ch_1_Reflection)\n- [Less_37_ch_2_Reflection](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_37_ch_2_Reflection/src/Less_37_ch_2_Reflection)\n- [Less_37_ch_3_ReflectionExample](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_37_ch_3_ReflectionExample/src/Less_37_ReflectionExample) - рефлексия, примеры работы, описание методов. \n- [Less_37_HW](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_37_HW/src/Less_37_HW) - Развернутый пример работы с методами и классами Reflection API\n- [Less_38_ch_1_Annotation](https://github.com/JcoderPaul/JavaExtended-35-38/tree/master/Less_38_ch_1_Annotation/src/Less_38_ch_1_Annotation) - аннотации, краткое описание применения с примерами.\n\nКраткий перевод документации:\n\n- [Enum Theses](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_35_Enum/src/Less_35_Enum/EnumTheses.txt) - Enum - краткие тезисы;\n- [ClassScanner](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_36_ch_1_Scanner/src/Less_36_ch_1_Scanner/ReadMe.txt) - описание класса Scanner;\n- [Reflection API](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_37_ch_1_Reflection/src/Less_37_ch_1_Reflection/ReadMe.txt) - краткое описание;\n- [ClassField](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_37_ch_1_Reflection/src/Less_37_ch_1_Reflection/ClassField.txt) - описание класса Field;\n- [ClassesInReflection](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_37_ch_1_Reflection/src/Less_37_ch_1_Reflection/ClassesInReflection.txt) - краткий перевод документации от ORACLE; \n- [Class classes](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_37_ch_1_Reflection/src/Less_37_ch_1_Reflection/ClassClasses.txt) - методы Class классов;\n- [Annotation](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_38_ch_1_Annotation/src/Less_38_ch_1_Annotation/ReadMe.txt) - что такое аннотации;\n- [TypeAnnotations](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_38_ch_1_Annotation/src/Less_38_ch_1_Annotation/TypeAnnotations.txt) - типы аннотаций, краткий перевод;\n- [RepeatingAnnotations](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_38_ch_1_Annotation/src/Less_38_ch_1_Annotation/RepeatingAnnotations.txt) - повторяющиеся аннотации, краткий перевод;\n- [Class Method](https://github.com/JcoderPaul/JavaExtended-35-38/blob/master/Less_37_HW/src/Less_37_HW/ClassMethod.txt) - Данный класс предоставляет информацию и доступ к методам в классе или\n  интерфейсе.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoderpaul%2Fjavaextended-35-38","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcoderpaul%2Fjavaextended-35-38","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoderpaul%2Fjavaextended-35-38/lists"}