public abstract class BeanSpecs<T>
extends java.lang.Object
| Constructor and Description |
|---|
BeanSpecs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<T> |
getType() |
void |
specs(BeanContext<T> beanContext) |
public void specs(BeanContext<T> beanContext)
public java.lang.Class<T> getType()
public java.lang.String getName()