public class BeanContext<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContext.PropertySpecBuilder |
| Modifier and Type | Method and Description |
|---|---|
com.github.leeonky.util.BeanClass<T> |
getBeanClass() |
int |
getCurrentSequence() |
FactorySet |
getFactorySet() |
boolean |
isPropertyNotSpecified(java.lang.String name) |
<P> P |
param(java.lang.String name) |
BeanContext.PropertySpecBuilder |
property(java.lang.String property) |
public int getCurrentSequence()
public <P> P param(java.lang.String name)
public com.github.leeonky.util.BeanClass<T> getBeanClass()
public boolean isPropertyNotSpecified(java.lang.String name)
public FactorySet getFactorySet()
public BeanContext.PropertySpecBuilder property(java.lang.String property)