public class MapPropertyHandler extends AbstractPropertyHandler
log, traceNOOP| Constructor and Description |
|---|
MapPropertyHandler(org.jboss.config.spi.Configuration config,
org.jboss.beans.info.spi.BeanAccessMode beanAccessMode,
org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
boolean wrapped)
Create a new MapPropertyHandler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPut(Map<Object,Object> map,
Object key,
Object value)
Check values before they are put into map.
|
void |
handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
Object parent,
Object child,
QName qName)
Handle the property
|
attribute, doHandle, getPropertyInfo, getPropertyTypeunmarshalpublic MapPropertyHandler(org.jboss.config.spi.Configuration config,
org.jboss.beans.info.spi.BeanAccessMode beanAccessMode,
org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
boolean wrapped)
config - the configurationpropertyInfo - the propertypropertyType - the property typewrapped - the wrapped flagIllegalArgumentException - for a null qName or propertypublic void handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
Object parent,
Object child,
QName qName)
AbstractPropertyHandlerhandle in class AbstractPropertyHandlerpropertyInfo - the propertypropertyType - the property typeparent - the parentchild - the childqName - the qNameCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.