TypeMappings

grackle.Mapping.TypeMappings
See theTypeMappings companion object
final class TypeMappings

Attributes

Companion
object
Source
mapping.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Yields the FieldMapping directly or ancestrally associated with fieldName in context, if any.

Yields the FieldMapping directly or ancestrally associated with fieldName in context, if any.

Attributes

Source
mapping.scala

Yields the FieldMapping associated with fieldName in context, if any.

Yields the FieldMapping associated with fieldName in context, if any.

Attributes

Source
mapping.scala

Yields the FieldMapping associated with fieldName in the runtime context determined by the given Cursor, if any.

Yields the FieldMapping associated with fieldName in the runtime context determined by the given Cursor, if any.

Attributes

Source
mapping.scala

Yields the ObjectMapping associated with the provided context, if any.

Yields the ObjectMapping associated with the provided context, if any.

Attributes

Source
mapping.scala

Yields the unexpanded FieldMapping associated with fieldName in context, if any.

Yields the unexpanded FieldMapping associated with fieldName in context, if any.

Attributes

Source
mapping.scala

Yields the TypeMapping associated with the provided context, if any.

Yields the TypeMapping associated with the provided context, if any.

Attributes

Source
mapping.scala

Validate this Mapping, throwing a ValidationException if there are any failures of severity equal to or greater than the specified Severity.

Validate this Mapping, throwing a ValidationException if there are any failures of severity equal to or greater than the specified Severity.

Attributes

Source
mapping.scala

Validatate this Mapping, yielding a list of ValidationFailures of severity equal to or greater than the specified Severity.

Validatate this Mapping, yielding a list of ValidationFailures of severity equal to or greater than the specified Severity.

Attributes

Source
mapping.scala

Validate this mapping, raising a ValidationException in F if there are any failures of severity equal to or greater than the specified Severity.

Validate this mapping, raising a ValidationException in F if there are any failures of severity equal to or greater than the specified Severity.

Attributes

Source
mapping.scala

Concrete fields

Attributes

Source
mapping.scala