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
ConstructorsConstructorDescriptionListFormInjector(Class collectionType, Class genericType, String prefix, ResteasyProviderFactory factory) Constructor. -
Method Summary
Methods inherited from class AbstractCollectionFormInjector
injectMethods inherited from class PrefixedFormInjector
doInject, hasValueMethods inherited from class 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:
createInstancein classAbstractCollectionFormInjector<List>- Parameters:
collectionType- collection type- Returns:
- ArrayList
-
addTo
-