Class ParameterInjectorImpl

    • Constructor Detail

      • ParameterInjectorImpl

        public ParameterInjectorImpl()
    • Method Detail

      • hasValueFor

        public boolean hasValueFor​(Class<?> parameterClass)
        Description copied from interface: ParameterInjector
        This method is called to check, if the current method parameter should be injected and not deserialized from the request map.
        Specified by:
        hasValueFor in interface ParameterInjector
        Parameters:
        parameterClass - the Class of the current parameter
        Returns:
        true if the current parameter should be injected