Package web5.sdk.vc.pex
Class InputDescriptorMapping
-
- All Implemented Interfaces:
public final class InputDescriptorMappingMaps input descriptors to Verifiable Credentials (VCs) in a presentation submission.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringformatprivate final Stringpathprivate final InputDescriptorMappingpathNested
-
Constructor Summary
Constructors Constructor Description InputDescriptorMapping(String id, String format, String path, InputDescriptorMapping pathNested)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the input descriptor. final StringgetFormat()The format of the Verifiable Credential (e.g., jwt_vc). final StringgetPath()The JSON path to the Verifiable Credential within the presentation submission. final InputDescriptorMappinggetPathNested()A nested mapping for deeper structures (optional). -
-
Constructor Detail
-
InputDescriptorMapping
InputDescriptorMapping(String id, String format, String path, InputDescriptorMapping pathNested)
-
-
Method Detail
-
getPath
final String getPath()
The JSON path to the Verifiable Credential within the presentation submission.
-
getPathNested
final InputDescriptorMapping getPathNested()
A nested mapping for deeper structures (optional).
-
-
-
-