SdJwtTypeMetadataClaimInformationPath
@Serializable
Constructors
Link copied to clipboard
constructor(segments: List<@Serializable(with = SdJwtTypeMetadataClaimInformationPath.SegmentSerializer::class) SdJwtTypeMetadataClaimInformationPathSegment?>)
constructor(startSegment: SdJwtTypeMetadataClaimInformationPathSegment, vararg segments: SdJwtTypeMetadataClaimInformationPathSegment)
Functions
Link copied to clipboard
open operator override fun contains(element: SdJwtTypeMetadataClaimInformationPathSegment?): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<SdJwtTypeMetadataClaimInformationPathSegment?>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun listIterator(index: Int): ListIterator<SdJwtTypeMetadataClaimInformationPathSegment?>
Link copied to clipboard
operator fun plus(segment: SdJwtTypeMetadataClaimInformationPathSegment?): SdJwtTypeMetadataClaimInformationPath
operator fun plus(other: List<SdJwtTypeMetadataClaimInformationPathSegment?>): SdJwtTypeMetadataClaimInformationPath