Uses of Class
org.symphonyoss.s2.canon.runtime.http.ParameterLocation
-
Packages that use ParameterLocation Package Description org.symphonyoss.s2.canon.runtime.http org.symphonyoss.s2.canon.runtime.http.client -
-
Uses of ParameterLocation in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http that return ParameterLocation Modifier and Type Method Description static ParameterLocationParameterLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterLocation[]ParameterLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.symphonyoss.s2.canon.runtime.http with parameters of type ParameterLocation Modifier and Type Method Description BooleanRequestContext. getParameterAsBoolean(String name, ParameterLocation location, boolean required)com.google.protobuf.ByteStringRequestContext. getParameterAsByteString(String name, ParameterLocation location, boolean required)org.symphonyoss.s2.common.immutable.ImmutableByteArrayRequestContext. getParameterAsImmutableByteArray(String name, ParameterLocation location, boolean required)IntegerRequestContext. getParameterAsInteger(String name, ParameterLocation location, boolean required)LongRequestContext. getParameterAsLong(String name, ParameterLocation location, boolean required)StringRequestContext. getParameterAsString(String name, ParameterLocation location, boolean required) -
Uses of ParameterLocation in org.symphonyoss.s2.canon.runtime.http.client
Methods in org.symphonyoss.s2.canon.runtime.http.client that return ParameterLocation Modifier and Type Method Description ParameterLocationHttpParameter. getLocation()Constructors in org.symphonyoss.s2.canon.runtime.http.client with parameters of type ParameterLocation Constructor Description HttpParameter(String name, ParameterLocation location, boolean required)
-