Package org.nuiton.jaxx.runtime.bean
Interface BeanTypeAware<O>
-
public interface BeanTypeAware<O>Contract for ui which contains abeanTypeproperty.In a jaxx file, if an object has a genericType and implements this contract then the
beanTypewill be automatically set.- Since:
- 2.5.9
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_BEAN_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<O>getBeanType()voidsetBeanType(Class<O> beanType)
-