jar

io.github.survival1sm : fakerpojo

Maven & Gradle

Mar 10, 2023
3 stars

Faker Pojo · Generate Pojos with fake data

Table Of Contents

Latest Version

Download io.github.survival1sm : fakerpojo JAR file - Latest Versions:

All Versions

Download io.github.survival1sm : fakerpojo JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fakerpojo-0.0.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.survival1sm.fakerpojo.builders

├─ io.github.survival1sm.fakerpojo.builders.ClassBuilder.class - [JAR]

├─ io.github.survival1sm.fakerpojo.builders.DataBuilder.class - [JAR]

├─ io.github.survival1sm.fakerpojo.builders.ListBuilder.class - [JAR]

├─ io.github.survival1sm.fakerpojo.builders.MapBuilder.class - [JAR]

├─ io.github.survival1sm.fakerpojo.builders.PojoBuilder.class - [JAR]

├─ io.github.survival1sm.fakerpojo.builders.SetBuilder.class - [JAR]

io.github.survival1sm.fakerpojo.util

├─ io.github.survival1sm.fakerpojo.util.Utilities.class - [JAR]

io.github.survival1sm.fakerpojo.annotations

├─ io.github.survival1sm.fakerpojo.annotations.FakerField.class - [JAR]

io.github.survival1sm.fakerpojo.exceptions

├─ io.github.survival1sm.fakerpojo.exceptions.FieldGeneratorNotImplementedException.class - [JAR]

├─ io.github.survival1sm.fakerpojo.exceptions.UniqueValueException.class - [JAR]

io.github.survival1sm.fakerpojo.service

├─ io.github.survival1sm.fakerpojo.service.FieldValueService.class - [JAR]

├─ io.github.survival1sm.fakerpojo.service.PojoDataService.class - [JAR]

io.github.survival1sm.fakerpojo.domain

├─ io.github.survival1sm.fakerpojo.domain.DefaultFakerFieldProps.class - [JAR]

├─ io.github.survival1sm.fakerpojo.domain.FakerFieldProps.class - [JAR]

├─ io.github.survival1sm.fakerpojo.domain.Type.class - [JAR]

io.github.survival1sm.fakerpojo.generators

├─ io.github.survival1sm.fakerpojo.generators.DefaultValueGenerators.class - [JAR]

├─ io.github.survival1sm.fakerpojo.generators.FieldValueGenerator.class - [JAR]

io.github.survival1sm.fakerpojo

├─ io.github.survival1sm.fakerpojo.FakerPojo.class - [JAR]

Advertisement