Record Class RpcValidationIssue
java.lang.Object
java.lang.Record
ru.pathcreator.pyc.rpc.schema.RpcValidationIssue
- Record Components:
code- стабильный короткий код warning-класса / stable short code for the warning classmessage- human-readable описание warning / human-readable warning description
Non-fatal startup-time validation issue, обнаруженная optional schema-layer.
Non-fatal startup-time validation issue discovered by the optional schema registry layer.
Такие issue нужны для deploy review, startup diagnostics и operator awareness. Они не участвуют в transport path и не заменяют hard validation exceptions для явно неверной конфигурации.
These issues are meant for deploy review, startup diagnostics, and operator awareness. They do not participate in the transport path and do not replace hard validation exceptions for clearly invalid configurations.
-
Constructor Summary
ConstructorsConstructorDescriptionRpcValidationIssue(String code, String message) Creates an instance of aRpcValidationIssuerecord class. -
Method Summary
Modifier and TypeMethodDescriptioncode()Returns the value of thecoderecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RpcValidationIssue
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
code
-
message
-