Uses of Class
org.apache.juneau.httppart.SchemaValidationException
Packages that use SchemaValidationException
Package
Description
REST Server API
-
Uses of SchemaValidationException in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> T
BaseHttpPartParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, Class<T> toType) Converts the specified input to the specified class type.<T> T
BaseHttpPartParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, Type toType, Type... toTypeArgs) Converts the specified input to the specified class type.<T> T
BaseHttpPartParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> T
HttpPartParserSession.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> T
SimplePartParserSession.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) BaseHttpPartSerializer.serialize
(HttpPartType partType, HttpPartSchema schema, Object value) Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.HttpPartSerializerSession.serialize
(HttpPartType type, HttpPartSchema schema, Object value) Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.HttpPartSchema.validateInput
(String in) Throws aParseException
if the specified pre-parsed input does not validate against this schema.<T> T
HttpPartSchema.validateOutput
(T o, BeanContext bc) Throws aParseException
if the specified parsed output does not validate against this schema. -
Uses of SchemaValidationException in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> T
OpenApiParserSession.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> type) OpenApiSerializerSession.serialize
(HttpPartType partType, HttpPartSchema schema, Object value) -
Uses of SchemaValidationException in org.apache.juneau.rest
Methods in org.apache.juneau.rest that throw SchemaValidationExceptionModifier and TypeMethodDescriptionSets a header on the request.RestResponse.setHeader
(HttpPartSchema schema, String name, Object value) Sets a header on the request. -
Uses of SchemaValidationException in org.apache.juneau.uon
Methods in org.apache.juneau.uon that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> T
UonParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, Class<T> toType) Converts the specified input to the specified class type.<T> T
UonParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, Type toType, Type... toTypeArgs) Converts the specified input to the specified class type.<T> T
UonParser.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> T
UonParserSession.parse
(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) UonSerializer.serialize
(HttpPartType partType, HttpPartSchema schema, Object value) Converts the specified value to a string that can be used as an HTTP header value, query parameter value, form-data parameter, or URI path variable.UonSerializerSession.serialize
(HttpPartType type, HttpPartSchema schema, Object value)