jar

com.github.goodforgod : dummymaker

Maven & Gradle

Apr 18, 2023
12 stars

DummyMaker · Random Java Class/Record generator library.

Table Of Contents

Latest Version

Download com.github.goodforgod : dummymaker JAR file - Latest Versions:

All Versions

Download com.github.goodforgod : dummymaker JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.3.x
3.2.x
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.1.x
1.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 dummymaker-4.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.goodforgod.dummymaker

├─ io.goodforgod.dummymaker.DefaultGenFactory.class - [JAR]

├─ io.goodforgod.dummymaker.DefaultGenFactoryBuilder.class - [JAR]

├─ io.goodforgod.dummymaker.DefaultGenType.class - [JAR]

├─ io.goodforgod.dummymaker.GenClass.class - [JAR]

├─ io.goodforgod.dummymaker.GenConstructor.class - [JAR]

├─ io.goodforgod.dummymaker.GenConstructorScanner.class - [JAR]

├─ io.goodforgod.dummymaker.GenContext.class - [JAR]

├─ io.goodforgod.dummymaker.GenFactory.class - [JAR]

├─ io.goodforgod.dummymaker.GenField.class - [JAR]

├─ io.goodforgod.dummymaker.GenFieldScanner.class - [JAR]

├─ io.goodforgod.dummymaker.GenGraphBuilder.class - [JAR]

├─ io.goodforgod.dummymaker.GenNode.class - [JAR]

├─ io.goodforgod.dummymaker.GenParameter.class - [JAR]

├─ io.goodforgod.dummymaker.GenParameterBuilder.class - [JAR]

├─ io.goodforgod.dummymaker.GenRule.class - [JAR]

├─ io.goodforgod.dummymaker.GenRuleContext.class - [JAR]

├─ io.goodforgod.dummymaker.GenRuleField.class - [JAR]

├─ io.goodforgod.dummymaker.GenRuleFieldContext.class - [JAR]

├─ io.goodforgod.dummymaker.GenRules.class - [JAR]

├─ io.goodforgod.dummymaker.GenRulesContext.class - [JAR]

├─ io.goodforgod.dummymaker.GenType.class - [JAR]

├─ io.goodforgod.dummymaker.GeneratorSupplier.class - [JAR]

io.goodforgod.dummymaker.annotation.parameterized

├─ io.goodforgod.dummymaker.annotation.parameterized.GenArray.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenArray2D.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenEnum.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenList.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenMap.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenSet.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.parameterized.GenUnixTime.class - [JAR]

io.goodforgod.dummymaker.generator.simple.number

├─ io.goodforgod.dummymaker.generator.simple.number.BigDecimalGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.BigIntegerGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.ByteGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.CharGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.CharacterGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.DoubleGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.DoubleSmallGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.FloatGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.FloatSmallGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.IntegerGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.IntegerSmallGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.LongGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.MccGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.PostalGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.PriceGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.SequenceGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.ShortGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.UnixTimeGenerator.class - [JAR]

io.goodforgod.dummymaker.cases

├─ io.goodforgod.dummymaker.cases.AbstractSeparatorCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.CamelCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.CamelWordCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.DefaultCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.KebabLowerCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.KebabUpperCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.LowerCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.NamingCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.NamingCases.class - [JAR]

├─ io.goodforgod.dummymaker.cases.PascalCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.PascalWordCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.SnakeLowerCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.SnakeUpperCase.class - [JAR]

├─ io.goodforgod.dummymaker.cases.UpperCase.class - [JAR]

io.goodforgod.dummymaker.annotation.simple.string

├─ io.goodforgod.dummymaker.annotation.simple.string.GenAddress.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenAddressFull.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenBtcAddress.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenBtcTxHash.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCadastral.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCategory.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCity.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCompany.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCountry.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenCurrency.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenDescription.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenDistrict.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenEmail.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenEthAddress.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenEthTxHash.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenFrequency.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenFullname.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenGender.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenHexData.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenHexNumber.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenHouse.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenIPv4.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenIPv6.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenId.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenIdBig.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenJob.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenJson.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenLevel.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenLogin.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenMcc.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenMerchant.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenMiddleName.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenName.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenNickname.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenNoun.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenPass.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenPassword.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenPhone.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenPhoto.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenProduct.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenRole.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenStatus.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenStreet.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenString.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenStringValues.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenSurname.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenTag.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.string.GenVersion.class - [JAR]

io.goodforgod.dummymaker.error

├─ io.goodforgod.dummymaker.error.GenConstructionException.class - [JAR]

├─ io.goodforgod.dummymaker.error.GenException.class - [JAR]

├─ io.goodforgod.dummymaker.error.GenExportException.class - [JAR]

io.goodforgod.dummymaker.util

├─ io.goodforgod.dummymaker.util.CastUtils.class - [JAR]

├─ io.goodforgod.dummymaker.util.CollectionUtils.class - [JAR]

├─ io.goodforgod.dummymaker.util.RandomUtils.class - [JAR]

├─ io.goodforgod.dummymaker.util.StringUtils.class - [JAR]

io.goodforgod.dummymaker.annotation.simple.time

├─ io.goodforgod.dummymaker.annotation.simple.time.GenCalendar.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenDate.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenDateSql.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenDayOfWeek.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenDuration.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenInstant.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenLocalDate.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenLocalDateTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenLocalTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenMonth.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenMonthDay.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenOffsetDateTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenOffsetTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenPeriod.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenTimeSql.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenTimestamp.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenYear.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenYearMonth.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenZonedDateTime.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.time.GenZonedOffset.class - [JAR]

io.goodforgod.dummymaker.generator.simple.time.factory

├─ io.goodforgod.dummymaker.generator.simple.time.factory.DateAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.DateSqlAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.DurationAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.InstantAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.LocalDateAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.LocalDateTimeAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.LocalTimeAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.MonthAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.MonthDayAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.OffsetDateTimeAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.OffsetTimeAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.PeriodAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.TimeSqlAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.TimestampAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.YearAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.YearMonthAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.factory.ZonedDateTimeAnnotationGeneratorFactory.class - [JAR]

io.goodforgod.dummymaker.annotation.simple

├─ io.goodforgod.dummymaker.annotation.simple.GenBoolean.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.GenNull.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.GenUri.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.GenUrl.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.GenUuid.class - [JAR]

io.goodforgod.dummymaker.annotation

├─ io.goodforgod.dummymaker.annotation.GenAuto.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.GenCustom.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.GenCustomFactory.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.GenDepth.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.GenIgnore.class - [JAR]

io.goodforgod.dummymaker.generator.simple.time

├─ io.goodforgod.dummymaker.generator.simple.time.CalendarGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.DateGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.DateSqlGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.DayOfWeekGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.DurationGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.InstantGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.LocalDateGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.LocalDateTimeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.LocalTimeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.MonthDayGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.MonthGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.OffsetDateTimeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.OffsetTimeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.PeriodGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.TimeSqlGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.TimestampGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.YearGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.YearMonthGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.ZonedDateTimeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.time.ZonedOffsetGenerator.class - [JAR]

io.goodforgod.dummymaker.generator.simple

├─ io.goodforgod.dummymaker.generator.simple.BooleanGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.EmbeddedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.NullGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.ObjectGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.UriGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.UrlGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.UuidGenerator.class - [JAR]

io.goodforgod.dummymaker.annotation.simple.number

├─ io.goodforgod.dummymaker.annotation.simple.number.GenBigDecimal.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenBigInteger.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenByte.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenChar.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenCharacter.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenDouble.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenDoubleSmall.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenFloat.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenFloatSmall.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenInt.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenLong.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenMcc.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenPostal.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenPrice.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenSequence.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.simple.number.GenShort.class - [JAR]

io.goodforgod.dummymaker.generator.parameterized.factory

├─ io.goodforgod.dummymaker.generator.parameterized.factory.Array2DAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.ArrayAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.EnumAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.ListAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.MapAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.SetAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.factory.TimeAnnotationGeneratorFactory.class - [JAR]

io.goodforgod.dummymaker.generator.simple.number.factory

├─ io.goodforgod.dummymaker.generator.simple.number.factory.DoubleAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.FloatAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.IntegerAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.LongAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.SequenceAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.ShortAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.number.factory.UnixTimeAnnotationGeneratorFactory.class - [JAR]

io.goodforgod.dummymaker.generator

├─ io.goodforgod.dummymaker.generator.AnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.GenParameters.class - [JAR]

├─ io.goodforgod.dummymaker.generator.Generator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.GeneratorHints.class - [JAR]

├─ io.goodforgod.dummymaker.generator.Localisation.class - [JAR]

├─ io.goodforgod.dummymaker.generator.ParameterizedGenerator.class - [JAR]

io.goodforgod.dummymaker.generator.parameterized

├─ io.goodforgod.dummymaker.generator.parameterized.Array2DParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.ArrayParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.EnumParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.ListParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.MapParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.SetParameterizedGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.parameterized.TimeParameterizedGenerator.class - [JAR]

io.goodforgod.dummymaker.annotation.export

├─ io.goodforgod.dummymaker.annotation.export.GenExportIgnore.class - [JAR]

├─ io.goodforgod.dummymaker.annotation.export.GenExportName.class - [JAR]

io.goodforgod.dummymaker.bundle

├─ io.goodforgod.dummymaker.bundle.AbstractBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.Bundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.CategoryBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.CityBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.CompanyBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.CountryBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.CurrencyBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.DistrictBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.DomainBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.EmailServicesBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.ExtensionBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.FemaleNameBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.FormatBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.FrequencyBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.JobBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.LoginBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.MaleNameBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.MccBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.MerchantBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.MiddleNameBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.NounBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.PhoneCodeBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.PhraseBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.ProductBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.StreetBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.SurnameBundle.class - [JAR]

├─ io.goodforgod.dummymaker.bundle.TagsBundle.class - [JAR]

io.goodforgod.dummymaker.generator.simple.string.factory

├─ io.goodforgod.dummymaker.generator.simple.string.factory.PhoneAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.factory.StringAnnotationGeneratorFactory.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.factory.StringValuesAnnotationGeneratorFactory.class - [JAR]

io.goodforgod.dummymaker.generator.simple.string

├─ io.goodforgod.dummymaker.generator.simple.string.AddressFullGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.AddressGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.BtcAddressGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.BtcTxHashGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CadastralGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CategoryGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CityGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CompanyGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CountryGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.CurrencyGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.DescriptionGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.DistrictGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.DocumentGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.EmailGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.EthAddressGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.EthTxHashGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.ExtensionGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.FileGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.FormatGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.FrequencyGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.FullnameGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.GenderGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.HexDataGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.HexNumberGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.HouseGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.IPv4Generator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.IPv6Generator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.IdBigGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.IdGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.JobGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.JsonGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.LevelGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.LoginGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.MerchantGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.MiddleNameGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.NameGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.NounGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.PasswordGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.PhoneGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.PhotoGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.ProductGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.RoleGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.StatusGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.StreetGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.StringGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.StringValuesGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.SurnameGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.TagGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.TypeGenerator.class - [JAR]

├─ io.goodforgod.dummymaker.generator.simple.string.VersionGenerator.class - [JAR]

io.goodforgod.dummymaker.export

├─ io.goodforgod.dummymaker.export.AbstractExporter.class - [JAR]

├─ io.goodforgod.dummymaker.export.CsvExporter.class - [JAR]

├─ io.goodforgod.dummymaker.export.DateExportField.class - [JAR]

├─ io.goodforgod.dummymaker.export.ExportField.class - [JAR]

├─ io.goodforgod.dummymaker.export.ExportFieldFactory.class - [JAR]

├─ io.goodforgod.dummymaker.export.ExportScanner.class - [JAR]

├─ io.goodforgod.dummymaker.export.Exporter.class - [JAR]

├─ io.goodforgod.dummymaker.export.Format.class - [JAR]

├─ io.goodforgod.dummymaker.export.JsonExporter.class - [JAR]

├─ io.goodforgod.dummymaker.export.SimpleFileWriter.class - [JAR]

├─ io.goodforgod.dummymaker.export.SqlExporter.class - [JAR]

├─ io.goodforgod.dummymaker.export.Writer.class - [JAR]

├─ io.goodforgod.dummymaker.export.XmlExporter.class - [JAR]

Advertisement