vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.openid.dcql
/
DCQLClaimsPathPointerSegment
DCQLClaims
Path
Pointer
Segment
@
Serializable
(
with
=
DCQLClaimsPathPointerSegmentSerializer::class
)
sealed
interface
DCQLClaimsPathPointerSegment
(
source
)
Inheritors
NameSegment
IndexSegment
NullSegment
Members
Types
Index
Segment
Link copied to clipboard
@
JvmInline
value
class
IndexSegment
(
val
index
:
UInt
)
:
DCQLClaimsPathPointerSegment
Name
Segment
Link copied to clipboard
@
JvmInline
value
class
NameSegment
(
val
name
:
String
)
:
DCQLClaimsPathPointerSegment
Null
Segment
Link copied to clipboard
data
object
NullSegment
:
DCQLClaimsPathPointerSegment
Functions
query
Link copied to clipboard
abstract
fun
query
(
nodeList
:
NodeList
)
:
NodeList