tuweni / org.apache.tuweni.config / Schema / defaultsKeySet

defaultsKeySet

fun defaultsKeySet(): MutableSet<String!>! (source)

The keys of all defaults provided by this schema.

Return
MutableSet<String!>!: The keys for all defaults provided by this schema.

fun defaultsKeySet(prefix: String!): MutableSet<String!>! (source)

The keys of all defaults provided by this schema.

Parameters

prefix - String!: the prefix the keys must match.

Return
MutableSet<String!>!: The keys for all defaults provided by this schema.