org.jboss.resteasy.core
Class ListFormInjector
java.lang.Object
org.jboss.resteasy.core.FormInjector
org.jboss.resteasy.core.PrefixedFormInjector
org.jboss.resteasy.core.AbstractCollectionFormInjector<List>
org.jboss.resteasy.core.ListFormInjector
- All Implemented Interfaces:
- ValueInjector
public class ListFormInjector
- extends AbstractCollectionFormInjector<List>
Can inject lists.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListFormInjector
public ListFormInjector(Class collectionType,
Class genericType,
String prefix,
ResteasyProviderFactory factory)
- Constructor.
createInstance
protected List createInstance(Class collectionType)
- Creates an instance of the collection type.
- Specified by:
createInstance
in class AbstractCollectionFormInjector<List>
- Returns:
- ArrayList
addTo
protected void addTo(List collection,
String key,
Object value)
- Adds the item to the collection.
- Specified by:
addTo
in class AbstractCollectionFormInjector<List>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.