com.eclipsesource.schema.internal
Members list
Packages
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object Keywords
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Keywords.type
object SchemaUtil
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SchemaUtil.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ValidatorMessages
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValidatorMessages.type
Types
Type params in this order are:
Type params in this order are:
- reader
- writer
- state
- value
Attributes
Value members
Concrete methods
def collectSchemas(schema: SchemaType, resolutionScope: Option[Ref], knownSchemas: Map[String, SchemaType]): Map[String, SchemaType]
Traverse the given schema and returns a Map of Refs representing the resolution scope of the mapped schema elements.
Traverse the given schema and returns a Map of Refs representing the resolution scope of the mapped schema elements.
Value parameters
- knownSchemas
-
Map containing all found scopes so far
- resolutionScope
-
the current resolution scope
- schema
-
the schema element to be traversed
Attributes
- Returns
-
Map containing all found scopes
Implicits
Implicits
In this article