Keywords

frawa.typedjson.keywords.Keywords
See theKeywords companion object
case class Keywords(vocabulary: Vocabulary, schema: SchemaValue, keywords: Set[KeywordWithLocation], lastKeywords: Seq[Keywords => Keywords], ignored: Set[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def flatMap[E](f: KeywordWithLocation => Set[E]): Seq[E]
def map[E](f: KeywordWithLocation => E): Seq[E]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product