Uses of Class
org.apache.juneau.httppart.SchemaValidationException
Packages that use SchemaValidationException
Package
Description
REST Server API
- 
Uses of SchemaValidationException in org.apache.juneau.httppartMethods in org.apache.juneau.httppart that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> TBaseHttpPartParser.parse(HttpPartType partType, HttpPartSchema schema, String in, Class<T> toType) Converts the specified input to the specified class type.<T> TBaseHttpPartParser.parse(HttpPartType partType, HttpPartSchema schema, String in, Type toType, Type... toTypeArgs) Converts the specified input to the specified class type.<T> TBaseHttpPartParser.parse(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> THttpPartParserSession.parse(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> TSimplePartParserSession.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 aParseExceptionif the specified pre-parsed input does not validate against this schema.<T> THttpPartSchema.validateOutput(T o, BeanContext bc) Throws aParseExceptionif the specified parsed output does not validate against this schema.
- 
Uses of SchemaValidationException in org.apache.juneau.oapiMethods in org.apache.juneau.oapi that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> TOpenApiParserSession.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.restMethods 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.uonMethods in org.apache.juneau.uon that throw SchemaValidationExceptionModifier and TypeMethodDescription<T> TUonParser.parse(HttpPartType partType, HttpPartSchema schema, String in, Class<T> toType) Converts the specified input to the specified class type.<T> TUonParser.parse(HttpPartType partType, HttpPartSchema schema, String in, Type toType, Type... toTypeArgs) Converts the specified input to the specified class type.<T> TUonParser.parse(HttpPartType partType, HttpPartSchema schema, String in, ClassMeta<T> toType) Converts the specified input to the specified class type.<T> TUonParserSession.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)