| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldConstraints
FieldRules encapsulates the rules for each type of field.
|
static class |
FieldConstraints.Builder
FieldRules encapsulates the rules for each type of field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldConstraintsOrBuilder |
RepeatedRules.getItemsOrBuilder()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraintsOrBuilder |
RepeatedRules.Builder.getItemsOrBuilder()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraintsOrBuilder |
RepeatedRulesOrBuilder.getItemsOrBuilder()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraintsOrBuilder |
MapRules.getKeysOrBuilder()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraintsOrBuilder |
MapRules.Builder.getKeysOrBuilder()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraintsOrBuilder |
MapRulesOrBuilder.getKeysOrBuilder()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraintsOrBuilder |
MapRules.getValuesOrBuilder()
Specifies the constraints to be applied to the value of each key in the
field.
|
FieldConstraintsOrBuilder |
MapRules.Builder.getValuesOrBuilder()
Specifies the constraints to be applied to the value of each key in the
field.
|
FieldConstraintsOrBuilder |
MapRulesOrBuilder.getValuesOrBuilder()
Specifies the constraints to be applied to the value of each key in the
field.
|
Copyright © 2024. All rights reserved.