get

@NotNull
abstract fun get(): @NotNull Map<String, Any>
@Nullable
abstract fun get(@NotNull path: @NotNull String): @Nullable YamlElement