Uses of Interface
org.instancio.InstancioOfCollectionApi
Packages that use InstancioOfCollectionApi
-
Uses of InstancioOfCollectionApi in org.instancio
Methods in org.instancio that return InstancioOfCollectionApiModifier and TypeMethodDescriptionstatic <T> InstancioOfCollectionApi<List<T>> Builder API for generating aListthat allows customising generated values.static <T> InstancioOfCollectionApi<List<T>> Builder API for generating aListusing the specified model for list elements.static <T> InstancioOfCollectionApi<List<T>> Instancio.ofList(TypeTokenSupplier<T> elementTypeToken) Builder API for generating aListusing a type token.static <K,V> InstancioOfCollectionApi <Map<K, V>> Builder API for generating aMapthat allowss customisation of generated values.static <K,V> InstancioOfCollectionApi <Map<K, V>> Instancio.ofMap(TypeTokenSupplier<K> keyTypeToken, TypeTokenSupplier<V> valueTypeToken) Builder API for generating aMapusing type tokens.static <T> InstancioOfCollectionApi<Set<T>> Builder API for generating aSetthat allows customisation of generated values.static <T> InstancioOfCollectionApi<Set<T>> Builder API for generating aSetusing the specified model for list elements.static <T> InstancioOfCollectionApi<Set<T>> Instancio.ofSet(TypeTokenSupplier<T> elementTypeToken) Builder API for generating aSetusing a type token.InstancioOfCollectionApi.size(int size) Specifies collection size to generate.