Class StringParameterInjector

java.lang.Object
org.jboss.resteasy.core.StringParameterInjector
Direct Known Subclasses:
CookieParamInjector, FormParamInjector, HeaderParamInjector, MatrixParamInjector, QueryParamInjector

public class StringParameterInjector extends Object
Version:
$Revision: 1 $
  • Field Details

    • characterParamConverter

      private static final javax.ws.rs.ext.ParamConverter<Character> characterParamConverter
    • type

      protected Class type
    • baseType

      protected Class baseType
    • baseGenericType

      protected Type baseGenericType
    • constructor

      protected Constructor constructor
    • valueOf

      protected Method valueOf
    • defaultValue

      protected String defaultValue
    • paramName

      protected String paramName
    • paramType

      protected Class paramType
    • isCollection

      protected boolean isCollection
    • collectionType

      protected Class<? extends Collection> collectionType
    • target

      protected AccessibleObject target
    • paramConverter

      protected javax.ws.rs.ext.ParamConverter paramConverter
    • converter

      protected StringConverter converter
    • unmarshaller

      protected StringParameterUnmarshaller unmarshaller
    • delegate

      protected javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate delegate
  • Constructor Details

  • Method Details