public interface BeanTypeAware<O>
beanType property.
In a jaxx file, if an object has a genericType and implements this contract
then the beanType will be automatically set.
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_BEAN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Class<O> |
getBeanType() |
void |
setBeanType(Class<O> beanType) |
Copyright © 2008–2018 Ultreia.io. All rights reserved.