| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
static Ignore |
Ignore.forNumber(int value) |
Ignore |
FieldConstraintsOrBuilder.getIgnore()
Skip validation on the field if its value matches the specified rule.
|
Ignore |
FieldConstraints.getIgnore()
Skip validation on the field if its value matches the specified rule.
|
Ignore |
FieldConstraints.Builder.getIgnore()
Skip validation on the field if its value matches the specified rule.
|
static Ignore |
Ignore.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ignore |
Ignore.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Ignore |
Ignore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ignore[] |
Ignore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Ignore> |
Ignore.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.setIgnore(Ignore value)
Skip validation on the field if its value matches the specified rule.
|
Copyright © 2024. All rights reserved.