Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> parseProviderOptions(provider: String, providerOptions: ProviderOptions, schema: Schema<T>): T?
Link copied to clipboard
fun <T> safeValidateTypes(value: JsonElement, schema: LazySchema<T>, context: TypeValidationContext? = null): ValidationResult<T>
fun <T> safeValidateTypes(value: JsonElement, schema: Schema<T>, context: TypeValidationContext? = null): ValidationResult<T>
Link copied to clipboard
fun <T> validateTypes(value: JsonElement, schema: LazySchema<T>, context: TypeValidationContext? = null): T
fun <T> validateTypes(value: JsonElement, schema: Schema<T>, context: TypeValidationContext? = null): T