Uses of Class
io.muserver.rest.CollectionParameterStrategy
-
Packages that use CollectionParameterStrategy Package Description io.muserver.rest This package contains the JAX-RS implementation for mu-server. -
-
Uses of CollectionParameterStrategy in io.muserver.rest
Methods in io.muserver.rest that return CollectionParameterStrategy Modifier and Type Method Description CollectionParameterStrategyRestHandlerBuilder. collectionParameterStrategy()static CollectionParameterStrategyCollectionParameterStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionParameterStrategy[]CollectionParameterStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.muserver.rest with parameters of type CollectionParameterStrategy Modifier and Type Method Description RestHandlerBuilderRestHandlerBuilder. withCollectionParameterStrategy(CollectionParameterStrategy collectionParameterStrategy)Specifies if values passed to method parameters withQueryParamorHeaderParamannotations should be transformed or not.
-