back to home

DiUS / java-faker

Brings the popular ruby faker gem to Java

4,927 stars
865 forks
226 issues
Java

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing DiUS/java-faker in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/DiUS/java-faker)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Java Faker ========== This library is a port of Ruby's faker gem (as well as Perl's Data::Faker library) that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase. Usage ----- In pom.xml, add the following xml stanza between For gradle users, add the following to your build.gradle file. In your Java code This is a demo web application that uses the library. Javadoc ----- http://dius.github.io/java-faker/apidocs/index.html Contributions ------------- See CONTRIBUTING.md Fakers ----- • Address • Ancient • Animal • App • Aqua Teen Hunger Force • Artist • Avatar • Back To The Future • Aviation • Basketball • Beer • Bojack Horseman • Book • Bool • Business • ChuckNorris • Cat • Code • Coin • Color • Commerce • Company • Crypto • DateAndTime • Demographic • Disease • Dog • DragonBall • Dune • Educator • Esports • EnglandFootBall • File • Finance • Food • Friends • FunnyName • GameOfThrones • Gender • Hacker • HarryPotter • Hipster • HitchhikersGuideToTheGalaxy • Hobbit • HowIMetYourMother • IdNumber • Internet • Job • Kaamelott • LeagueOfLegends • Lebowski • LordOfTheRings • Lorem • Matz • Music • Name • Nation • Number • Options • Overwatch • PhoneNumber • Photography • Pokemon • Princess Bride • Relationship Terms • RickAndMorty • Robin • RockBand • Shakespeare • Sip • SlackEmoji • Space • StarCraft • StarTrek • Stock • Superhero • Team • TwinPeaks • University • Weather • Witcher • Yoda • Zelda Usage with Locales ----- Supported Locales ----- • bg • ca • ca-CAT • da-DK • de • de-AT • de-CH • en • en-AU • en-au-ocker • en-BORK • en-CA • en-GB • en-IND • en-MS • en-NEP • en-NG • en-NZ • en-PAK • en-SG • en-UG • en-US • en-ZA • es • es-MX • fa • fi-FI • fr • he • hu • in-ID • it • ja • ko • nb-NO • nl • pl • pt • pt-BR • ru • sk • sv • sv-SE • tr • uk • vi • zh-CN • zh-TW TODO ---- • Port more classes over as there are more entries in the yml file that we don't have classes for LICENSE ------- Copyright (c) 2019 DiUS Computing Pty Ltd. See the LICENSE file for license rights and limitations.