Uses of Interface
org.instancio.TypeTokenSupplier
Packages that use TypeTokenSupplier
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains internal classes implementing the core functionality of Instancio.
-
Uses of TypeTokenSupplier in org.instancio
Subinterfaces of TypeTokenSupplier in org.instancioModifier and TypeInterfaceDescriptioninterfaceTypeToken<T>A supplier that providesTypeinformation.Methods in org.instancio with parameters of type TypeTokenSupplierModifier and TypeMethodDescriptionstatic <T> TInstancio.create(TypeTokenSupplier<T> typeToken) Creates an object of type specified by the type token.static <T> InstancioApi<T>Instancio.of(TypeTokenSupplier<T> typeToken) Builder version ofInstancio.create(TypeTokenSupplier)that allows customisation of generated values.static <T> Stream<T>Instancio.stream(TypeTokenSupplier<T> typeToken) Creates an infinite stream of objects of type specified by the type token. -
Uses of TypeTokenSupplier in org.instancio.internal
Methods in org.instancio.internal with parameters of type TypeTokenSupplierModifier and TypeMethodDescriptionstatic TypeApiValidator.validateTypeToken(@Nullable TypeTokenSupplier<?> typeTokenSupplier) Constructors in org.instancio.internal with parameters of type TypeTokenSupplier