| Package | Description |
|---|---|
| tech.generated |
| Modifier and Type | Method and Description |
|---|---|
static <T> Spec<T> |
Spec.of(Class<T> clazz) |
static <T> Spec<T> |
Spec.of(Class<T> clazz,
Bindings bindings) |
static <T,E> Spec<T> |
Spec.of(Class<T> clazz,
Class<E> componentClazz,
int size) |
static <T,E> Spec<T> |
Spec.of(Class<T> clazz,
Class<E> componentClazz,
int size,
Bindings bindings) |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectContext<T> |
ObjectFactory.build(Spec<T> initContext) |
Copyright © 2021. All rights reserved.