public interface BeanContext<T>
| Modifier and Type | Method and Description |
|---|---|
com.github.leeonky.util.BeanClass<T> |
getBeanClass() |
java.util.function.Supplier<T> |
getCurrent() |
int |
getCurrentSequence() |
FactorySet |
getFactorySet() |
boolean |
isPropertyNotSpecified(java.lang.String name) |
BeanContext<T> |
link(java.lang.String... properties) |
<P> P |
param(java.lang.String name) |
PropertySpecBuilder<T> |
property(java.lang.String property) |
int getCurrentSequence()
<P> P param(java.lang.String name)
com.github.leeonky.util.BeanClass<T> getBeanClass()
boolean isPropertyNotSpecified(java.lang.String name)
FactorySet getFactorySet()
PropertySpecBuilder<T> property(java.lang.String property)
BeanContext<T> link(java.lang.String... properties)
java.util.function.Supplier<T> getCurrent()