jar

com.robertboothby.djenni : core

Maven & Gradle

Nov 11, 2019
2 usages
0 stars

This module holds the core components of the Djenni data generator framework. By itself it provides most of the components to create an efficient end to end data generation framework for a specific domain. It contains the core SupplierBuilder interfaces, implementations for the core Java data types and useful test components. It is intended to be used in conjunction with the source-generator module that will speed up delivery of domain specific data generation and also with common domain modules (TBD) that deliver standard generators for common frameworks such as JAXB.

Table Of Contents

Latest Version

Download com.robertboothby.djenni : core JAR file - Latest Versions:

All Versions

Download com.robertboothby.djenni : core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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 core-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.robertboothby.djenni.core.util

├─ com.robertboothby.djenni.core.util.Collections.class - [JAR]

com.robertboothby.djenni.util.concurrent

├─ com.robertboothby.djenni.util.concurrent.ConcurrentCollectionTypes.class - [JAR]

├─ com.robertboothby.djenni.util.concurrent.ConcurrentMapTypes.class - [JAR]

com.robertboothby.djenni.math

├─ com.robertboothby.djenni.math.BigDecimalSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.math.BigIntegerSupplierBuilder.class - [JAR]

com.robertboothby.djenni.util

├─ com.robertboothby.djenni.util.CollectionSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.util.CollectionType.class - [JAR]

├─ com.robertboothby.djenni.util.CollectionTypes.class - [JAR]

├─ com.robertboothby.djenni.util.ListSupplierHelper.class - [JAR]

├─ com.robertboothby.djenni.util.MapSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.util.MapSupplierHelper.class - [JAR]

├─ com.robertboothby.djenni.util.MapType.class - [JAR]

├─ com.robertboothby.djenni.util.MapTypes.class - [JAR]

├─ com.robertboothby.djenni.util.SimpleListSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.util.SimpleMapEntry.class - [JAR]

├─ com.robertboothby.djenni.util.SimpleMapSupplierBuilder.class - [JAR]

com.robertboothby.djenni.distribution

├─ com.robertboothby.djenni.distribution.Distribution.class - [JAR]

com.robertboothby.djenni.sugar

├─ com.robertboothby.djenni.sugar.And.class - [JAR]

├─ com.robertboothby.djenni.sugar.EasyCompare.class - [JAR]

├─ com.robertboothby.djenni.sugar.Range.class - [JAR]

com.robertboothby.djenni.distribution.simple

├─ com.robertboothby.djenni.distribution.simple.SimpleRandomDoubleDistribution.class - [JAR]

├─ com.robertboothby.djenni.distribution.simple.SimpleRandomIntegerDistribution.class - [JAR]

├─ com.robertboothby.djenni.distribution.simple.SimpleRandomLongDistribution.class - [JAR]

com.robertboothby.djenni.core

├─ com.robertboothby.djenni.core.CharacterStrings.class - [JAR]

├─ com.robertboothby.djenni.core.ConcatenatingStringSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.core.ExplicitlyBiassedSupplier.class - [JAR]

├─ com.robertboothby.djenni.core.ExplicitlyBiassedSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.core.LinkableSupplier.class - [JAR]

├─ com.robertboothby.djenni.core.RenewableSupplier.class - [JAR]

├─ com.robertboothby.djenni.core.StreamableSupplier.class - [JAR]

├─ com.robertboothby.djenni.core.SupplierHelper.class - [JAR]

├─ com.robertboothby.djenni.core.ThreadLocalSupplier.class - [JAR]

├─ com.robertboothby.djenni.core.ValueStore.class - [JAR]

com.robertboothby.djenni

├─ com.robertboothby.djenni.ConfigurableSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.SupplierBuilder.class - [JAR]

com.robertboothby.djenni.lang

├─ com.robertboothby.djenni.lang.BooleanSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.ByteSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.CharacterSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.DoubleSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.FloatSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.IntegerSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.LongSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.ShortSupplierBuilder.class - [JAR]

├─ com.robertboothby.djenni.lang.StringSupplierBuilder.class - [JAR]