public interface FieldValidateable<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldValidateable.Validation |
| Modifier and Type | Method and Description |
|---|---|
T |
fieldValidation(FieldValidateable.Validation fieldValidation)
Instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields,
provided that the `ServerSideFieldValidation` feature gate is also enabled.
|
T fieldValidation(FieldValidateable.Validation fieldValidation)
fieldValidation - Copyright © 2015–2023 Red Hat. All rights reserved.