Class MapFormInjector
- All Implemented Interfaces:
ValueInjector
Can inject maps.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapFormInjector(Class collectionType, Class keyType, Class valueType, String prefix, ResteasyProviderFactory factory) Constructor. -
Method Summary
Methods inherited from class AbstractCollectionFormInjector
injectMethods inherited from class PrefixedFormInjector
doInject, hasValueMethods inherited from class FormInjector
inject
-
Field Details
-
keyInjector
-
-
Constructor Details
-
MapFormInjector
public MapFormInjector(Class collectionType, Class keyType, Class valueType, String prefix, ResteasyProviderFactory factory) Constructor.
-
-
Method Details
-
createInstance
Creates an instance of the collection type.- Specified by:
createInstancein classAbstractCollectionFormInjector<Map>
-
addTo
-