jar

io.github.randomito : randomito-all

Maven & Gradle

May 05, 2017
3 stars

randomito · Fast and simple object generation in your jUnits (convention over configuration).

Table Of Contents

Latest Version

Download io.github.randomito : randomito-all JAR file - Latest Versions:

All Versions

Download io.github.randomito : randomito-all JAR file - All Versions:

Version Vulnerabilities Size Updated
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 randomito-all-1.0.0-alpha4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.randomito.core.creator

├─ org.randomito.core.creator.TypeCreator.class - [JAR]

├─ org.randomito.core.creator.TypeCreatorHolder.class - [JAR]

├─ org.randomito.core.creator.TypeCreatorService.class - [JAR]

org.randomito.core

├─ org.randomito.core.AnnotationConfigScanner.class - [JAR]

├─ org.randomito.core.DefaultContext.class - [JAR]

├─ org.randomito.core.GenerationInfo.class - [JAR]

├─ org.randomito.core.ProcessingQueue.class - [JAR]

├─ org.randomito.core.QueueInserter.class - [JAR]

├─ org.randomito.core.ReflectionUtils.class - [JAR]

org.randomito.core.generator.impl

├─ org.randomito.core.generator.impl.ArrayGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.BooleanGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.CharacterGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.CollectionGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.ComplexTypeGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.DateGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.EnumGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.MapGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.NullGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.NumberGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.ObjectGenerator.class - [JAR]

├─ org.randomito.core.generator.impl.StringGenerator.class - [JAR]

org.randomito

├─ org.randomito.Randomito.class - [JAR]

├─ org.randomito.RandomitoExecutor.class - [JAR]

org.randomito.core.postprocessor

├─ org.randomito.core.postprocessor.AnnotationInfo.class - [JAR]

├─ org.randomito.core.postprocessor.PostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.PostProcessorExecutor.class - [JAR]

org.randomito.core.exception

├─ org.randomito.core.exception.RandomitoException.class - [JAR]

org.randomito.core.generator

├─ org.randomito.core.generator.DefaultTypeGenerator.class - [JAR]

├─ org.randomito.core.generator.PostProcessingQueueAware.class - [JAR]

├─ org.randomito.core.generator.TypeCreationServiceAware.class - [JAR]

├─ org.randomito.core.generator.TypeGenerationPredicate.class - [JAR]

├─ org.randomito.core.generator.TypeGenerationQueueAware.class - [JAR]

├─ org.randomito.core.generator.TypeGenerator.class - [JAR]

├─ org.randomito.core.generator.TypeGeneratorDelegator.class - [JAR]

org.randomito.core.postprocessor.impl

├─ org.randomito.core.postprocessor.impl.AssertFalseAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.AssertTrueAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.BaseRangeAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.DecimalMinMaxAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.DigitsAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.FutureAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.InjectReferenceByPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.MinMaxAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.NullAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.NullifyIdVersionPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.PastAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.PatternAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.SizeAnnotationPostProcessor.class - [JAR]

├─ org.randomito.core.postprocessor.impl.StaticValuePostProcessor.class - [JAR]

org.randomito.annotation

├─ org.randomito.annotation.Random.class - [JAR]

org.randomito.core.scanner

├─ org.randomito.core.scanner.AnnotationGenerationInfoScanner.class - [JAR]

├─ org.randomito.core.scanner.AnnotationPostProcessorScanner.class - [JAR]

├─ org.randomito.core.scanner.AnnotationScanner.class - [JAR]

├─ org.randomito.core.scanner.AnnotationTypeCreatorScanner.class - [JAR]