toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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