public class SimplePropertyHandler extends AbstractPropertyHandler
log, trace
NOOP
Constructor and Description |
---|
SimplePropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new PropertyHandler.
|
Modifier and Type | Method and Description |
---|---|
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, getPropertyType
unmarshal
public SimplePropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo, org.jboss.reflect.spi.TypeInfo propertyType)
propertyInfo
- the propertypropertyType
- the property typeIllegalArgumentException
- for a null propertypublic void handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo, org.jboss.reflect.spi.TypeInfo propertyType, Object parent, Object child, QName qName)
AbstractPropertyHandler
handle
in class AbstractPropertyHandler
propertyInfo
- the propertypropertyType
- the property typeparent
- the parentchild
- the childqName
- the qNameCopyright © 2016 JBoss by Red Hat. All rights reserved.