Interface MutableHttpParameters

All Superinterfaces:
io.micronaut.core.convert.ConversionServiceAware, io.micronaut.core.convert.ConversionServiceProvider, io.micronaut.core.convert.value.ConvertibleMultiValues<String>, io.micronaut.core.convert.value.ConvertibleValues<List<String>>, HttpParameters, Iterable<Map.Entry<String,List<String>>>, io.micronaut.core.value.ValueResolver<CharSequence>
All Known Implementing Classes:
SimpleHttpParameters

public interface MutableHttpParameters extends HttpParameters, io.micronaut.core.convert.ConversionServiceAware
Mutable version of HttpParameters which allows adding new parameters.
Since:
1.0
  • Field Summary

    Fields inherited from interface io.micronaut.core.convert.value.ConvertibleValues

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
    Adds a new http parameter.
    Adds a new http parameter.

    Methods inherited from interface io.micronaut.core.convert.ConversionServiceAware

    setConversionService

    Methods inherited from interface io.micronaut.core.convert.value.ConvertibleMultiValues

    forEach, forEachValue, get, getAll, getFirst, getFirst, getFirst, getFirst, getFirst, isEmpty, iterator

    Methods inherited from interface io.micronaut.core.convert.value.ConvertibleValues

    asMap, asMap, asProperties, contains, getConversionService, getValue, getValueType, names, subMap, subMap, subMap, values

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface io.micronaut.core.value.ValueResolver

    get, get, get, get