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