Uses of Enum Class
org.infinispan.rest.framework.openapi.ParameterIn
Packages that use ParameterIn
-
Uses of ParameterIn in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl with parameters of type ParameterInModifier and TypeMethodDescriptionInvocationImpl.Builder.parameter(Enum<?> name, ParameterIn in, boolean required, Schema schema, String description) InvocationImpl.Builder.parameter(String name, ParameterIn in, boolean required, Schema schema, String description) -
Uses of ParameterIn in org.infinispan.rest.framework.openapi
Subclasses with type arguments of type ParameterIn in org.infinispan.rest.framework.openapiMethods in org.infinispan.rest.framework.openapi that return ParameterInModifier and TypeMethodDescriptionParameter.in()Returns the value of theinrecord component.static ParameterInReturns the enum constant of this class with the specified name.static ParameterIn[]ParameterIn.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.rest.framework.openapi with parameters of type ParameterInModifierConstructorDescriptionParameter(String name, ParameterIn in, boolean required, Schema schema, String description) Creates an instance of aParameterrecord class.