toggle menu
SnakeYAML Engine KMP
2.7.4-SNAPSHOT
common
switch theme
search in API
SnakeYAML Engine KMP
/
org.snakeyaml.engine.v2.nodes
/
Tag
Tag
class
Tag
(
tag
:
String
)
Members
Constructors
Tag
Link copied to clipboard
constructor
(
clazz
:
KClass
<
*
>
)
Create a global tag to dump the fully qualified class name
constructor
(
prefix
:
String
,
tag
:
String
)
constructor
(
tag
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
val
value
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String