| Modifier and Type | Method and Description |
|---|---|
void |
collectSpecs(BeanContext<T> beanContext,
java.lang.String... combinations) |
Factory<T> |
combinable(java.lang.String name,
java.util.function.Consumer<BeanContext<T>> spec) |
com.github.leeonky.util.BeanClass<T> |
getBeanClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstancepublic com.github.leeonky.util.BeanClass<T> getBeanClass()
getBeanClass in interface Factory<T>public Factory<T> combinable(java.lang.String name, java.util.function.Consumer<BeanContext<T>> spec)
combinable in interface Factory<T>public void collectSpecs(BeanContext<T> beanContext, java.lang.String... combinations)
collectSpecs in interface Factory<T>