Uses of Class
org.instancio.generator.hints.MapHint.Builder
Packages that use MapHint.Builder
-
Uses of MapHint.Builder in org.instancio.generator.hints
Methods in org.instancio.generator.hints that return MapHint.BuilderModifier and TypeMethodDescriptionstatic MapHint.BuilderMapHint.builder()MapHint.Builder.generateEntries(int generateEntries) Indicates how many entries the engine should generate and insert into the map.MapHint.Builder.nullableMapKeys(boolean nullableMapKeys) Indicates whethernulls are allowed to be inserted as map keys.MapHint.Builder.nullableMapValues(boolean nullableMapValues) Indicates whethernulls are allowed to be inserted as map values.<K,V> MapHint.Builder MapHint.Builder.withEntries(Map<? extends K, ? extends V> entries) The specified entries will be inserted into the map by the engine during the population process.<K> MapHint.BuilderThe specified keys will be inserted into the map by the engine during the population process.