O - the type of data to decoratepublic abstract class Decorator<O> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Class<O> |
type
Type of the data to decorate
|
public Decorator(Class<O> type) throws NullPointerException
NullPointerExceptionpublic abstract String toString(Object bean)
bean - the bean to decorate@Deprecated public Class<O> getInternalClass()
getType() and will be removed soonCopyright © 2004-2012 CodeLutin. All Rights Reserved.