Class AtomicIntegerGenerator
java.lang.Object
org.instancio.internal.generator.AbstractGenerator<T>
org.instancio.internal.generator.lang.AbstractRandomNumberGeneratorSpec<AtomicInteger>
org.instancio.internal.generator.util.concurrent.atomic.AtomicIntegerGenerator
- All Implemented Interfaces:
AsStringGeneratorSpec<AtomicInteger>,Generator<AtomicInteger>,GeneratorSpec<AtomicInteger>,AsGeneratorSpec<AtomicInteger>,NullableGeneratorSpec<AtomicInteger>,NumberAsGeneratorSpec<AtomicInteger>,NumberGeneratorSpec<AtomicInteger>
public class AtomicIntegerGenerator
extends AbstractRandomNumberGeneratorSpec<AtomicInteger>
implements NumberGeneratorSpec<AtomicInteger>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the public API method name of the generator spec.protected AtomicIntegertryGenerateNonNull(Random random) Makes the best effort to return a non-null value.Methods inherited from class org.instancio.internal.generator.lang.AbstractRandomNumberGeneratorSpec
generate, getMax, getMin, max, min, nullable, nullable, rangeMethods inherited from class org.instancio.internal.generator.AbstractGenerator
getContext, hints, isNullableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.instancio.generator.specs.AsGeneratorSpec
as, asStringMethods inherited from interface org.instancio.generator.AsStringGeneratorSpec
asString
-
Constructor Details
-
AtomicIntegerGenerator
-
-
Method Details
-
apiMethod
Description copied from class:AbstractGeneratorReturns the public API method name of the generator spec. The returned name is used for reporting validation errors.- Specified by:
apiMethodin classAbstractGenerator<AtomicInteger>- Returns:
- spec name if defined, or
nullotherwise
-
tryGenerateNonNull
Description copied from class:AbstractGeneratorMakes the best effort to return a non-null value. However, in certain cases this method will produce anull.- Specified by:
tryGenerateNonNullin classAbstractGenerator<AtomicInteger>- Parameters:
random- for generating the value- Returns:
- generated value, either a null or non-null
-