Package web5.sdk.vc.pex
Class Filter
-
- All Implemented Interfaces:
public final class FilterRepresents a filter applied to a field within a Verifiable Credential (VC).
-
-
Method Summary
Modifier and Type Method Description final StringgetType()The type of the field (e.g., string, integer) (optional). final StringgetPattern()A regular expression pattern that the field's value must match (optional). final StringgetConst()A constant value that the field's value must match (optional). final FiltergetContains()A nested filter applied to the field (optional). -
-
Method Detail
-
getPattern
final String getPattern()
A regular expression pattern that the field's value must match (optional).
-
getContains
final Filter getContains()
A nested filter applied to the field (optional).
-
-
-
-