All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.instancio-core.5.0.1.source-code.instancio-sample.properties Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
# Sample properties file for reference; this file is not used.
# For properties to be loaded automatically, the file must be named
# 'instancio.properties' and placed at the root of the classpath.
array.elements.nullable=false
array.max.length=6
array.min.length=2
array.nullable=false
bigdecimal.scale=2
boolean.nullable=false
byte.max=127
byte.min=1
byte.nullable=false
character.nullable=false
collection.elements.nullable=false
collection.max.size=6
collection.min.size=2
collection.nullable=false
double.max=10000
double.min=1
double.nullable=false
fail.on.error=false
float.max=10000
float.min=1
float.nullable=false
on.set.method.unmatched=IGNORE
instancio.source.samples=100
integer.max=10000
integer.min=1
integer.nullable=false
jpa.enabled=false
long.max=10000
long.min=1
long.nullable=false
map.keys.nullable=false
map.max.size=6
map.min.size=2
map.nullable=false
map.values.nullable=false
max.depth=8
max.generation.attempts=1000
mode=STRICT
hint.after.generate=APPLY_SELECTORS
assignment.type=FIELD
on.set.field.error=IGNORE
on.set.method.error=ASSIGN_FIELD
on.set.method.not.found=ASSIGN_FIELD
setter.style=SET
overwrite.existing.values=true
bean.validation.enabled=false
bean.validation.target=FIELD
seed=12345
set.back.references=false
short.max=10000
short.min=1
short.nullable=false
string.allow.empty=false
string.max.length=10
string.min.length=3
string.nullable=false
string.case=UPPER
string.type=ALPHABETIC
subtype.java.util.Collection=java.util.ArrayList
subtype.java.util.List=java.util.ArrayList
subtype.java.util.Map=java.util.HashMap
subtype.java.util.SortedMap=java.util.TreeMap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy