org.glassfish.jersey.server.spi.internal
Interface ValueFactoryProvider


public interface ValueFactoryProvider

Parameter value factory SPI.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 org.glassfish.hk2.Factory<?> getValueFactory(Parameter parameter)
          Get an injected value factory for the parameter.
 

Method Detail

getValueFactory

org.glassfish.hk2.Factory<?> getValueFactory(Parameter parameter)
Get an injected value factory for the parameter. May return null in case the parameter is not supported by the value factory provider.

Parameters:
parameter - parameter requesting the value factory instance.
Returns:
injected parameter value factory. Returns null if parameter is not supported.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.