Package 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
Can inject lists.
-
Constructor Summary
ConstructorDescriptionListFormInjector
(Class collectionType, Class genericType, String prefix, ResteasyProviderFactory factory) Constructor. -
Method Summary
Methods inherited from class org.jboss.resteasy.core.AbstractCollectionFormInjector
inject
Methods inherited from class org.jboss.resteasy.core.PrefixedFormInjector
doInject, hasValue
Methods inherited from class org.jboss.resteasy.core.FormInjector
inject
-
Constructor Details
-
ListFormInjector
public ListFormInjector(Class collectionType, Class genericType, String prefix, ResteasyProviderFactory factory) Constructor.- Parameters:
collectionType
- collection typegenericType
- generic typeprefix
- prefixfactory
- provider factory
-
-
Method Details
-
createInstance
Creates an instance of the collection type.- Specified by:
createInstance
in classAbstractCollectionFormInjector<List>
- Parameters:
collectionType
- collection type- Returns:
- ArrayList
-
addTo
Adds the item to the collection.- Specified by:
addTo
in classAbstractCollectionFormInjector<List>
- Parameters:
collection
- collectionkey
- keyvalue
- value
-