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