org.codehaus.mojo.pomtools.wrapper.reflection
Class ListField
java.lang.Object
org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
org.codehaus.mojo.pomtools.wrapper.reflection.ListField
- All Implemented Interfaces:
- FactoryBeanField
- Direct Known Subclasses:
- PropertiesBeanField
public class ListField
- extends BeanField
- implements FactoryBeanField
- Version:
- $Id: ListField.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
ListField
public ListField(String parentName,
String name,
String itemClassName,
String itemLabel)
ListField
protected ListField(String parentName,
String name,
String itemClassName,
String itemLabel,
String type)
createWrapperObject
public ObjectWrapper createWrapperObject(ObjectWrapper parent,
Object objectToWrap)
- Specified by:
createWrapperObject
in interface FactoryBeanField
Copyright © 2011 The Codehaus. All Rights Reserved.