Uses of Record Class
org.infinispan.rest.framework.openapi.Schema
Packages that use Schema
-
Uses of Schema in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl with parameters of type SchemaModifier 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) InvocationImpl.Builder.response(io.netty.handler.codec.http.HttpResponseStatus status, String description, MediaType type, Schema schema) Method parameters in org.infinispan.rest.framework.impl with type arguments of type Schema -
Uses of Schema in org.infinispan.rest.framework.openapi
Fields in org.infinispan.rest.framework.openapi declared as SchemaModifier and TypeFieldDescriptionstatic final SchemaSchema.BOOLEANstatic final SchemaSchema.INTEGERstatic final SchemaSchema.LONGstatic final SchemaSchema.NONEstatic final SchemaSchema.STRINGstatic final SchemaSchema.STRING_ARRAYMethods in org.infinispan.rest.framework.openapi that return SchemaModifier and TypeMethodDescriptionParameter.schema()Returns the value of theschemarecord component.Methods in org.infinispan.rest.framework.openapi that return types with arguments of type SchemaModifier and TypeMethodDescriptionResponseContent.responses()Returns the value of theresponsesrecord component.Components.schemas()Returns the value of theschemasrecord component.RequestBody.schemas()Returns the value of theschemasrecord component.Constructors in org.infinispan.rest.framework.openapi with parameters of type SchemaModifierConstructorDescriptionParameter(String name, ParameterIn in, boolean required, Schema schema, String description) Creates an instance of aParameterrecord class.Constructor parameters in org.infinispan.rest.framework.openapi with type arguments of type SchemaModifierConstructorDescriptionComponents(Map<String, Schema> schemas) Creates an instance of aComponentsrecord class.RequestBody(String description, boolean required, Map<MediaType, Schema> schemas) Creates an instance of aRequestBodyrecord class.ResponseContent(String description, io.netty.handler.codec.http.HttpResponseStatus status, Map<MediaType, Schema> responses) Creates an instance of aResponseContentrecord class.