MorphirJsonDecodingSupportV1

org.finos.morphir.ir.json.MorphirJsonDecodingSupportV1
See theMorphirJsonDecodingSupportV1 companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def accessControlledDecoder[A : JsonDecoder]: JsonDecoder[AccessControlled[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def applyValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Apply[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def constructorDecoder[A : JsonDecoder]: JsonDecoder[Constructors[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def constructorValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[Constructor[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def destructureValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Destructure[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def distributionBundleJsonDecoder: JsonDecoder[Bundle]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def distributionDecoder: JsonDecoder[Distribution]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def distributionLibraryJsonDecoder: JsonDecoder[Library]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def documentedDecoder[A : JsonDecoder]: JsonDecoder[Documented[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def extensibleRecordCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[ExtensibleRecord[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def fieldDecoder[A : JsonDecoder]: JsonDecoder[Field[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def fieldFunctionValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[FieldFunction[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def fieldValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Field[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val fqNameDecoder: JsonDecoder[FQName]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def functionCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Function[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def ifThenElseValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[IfThenElse[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def lambdaValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Lambda[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def letDefinitionValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[LetDefinition[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def letRecursionValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[LetRecursion[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def libDecoder: JsonDecoder[Lib]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def listValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[List[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalBoolDecoder: JsonDecoder[BoolLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalCharDecoder: JsonDecoder[CharLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalDecimalDecoder: JsonDecoder[DecimalLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalDecoder: JsonDecoder[Literal]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalFloatDecoder: JsonDecoder[FloatLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalStringDecoder: JsonDecoder[StringLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[Literal[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def literalWholeNumberDecoder: JsonDecoder[WholeNumberLiteral]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def moduleDefinitionDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Definition[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val moduleNameDecoder: JsonDecoder[ModuleName]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def moduleSpecificationDecoder[TA](implicit decoder: JsonDecoder[TA]): JsonDecoder[Specification[TA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def morphirIRFileDecoder: JsonDecoder[MorphirIRFile]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val morphirIRVersionDecoder: JsonDecoder[MorphirIRVersion]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val nameDecoder: JsonDecoder[Name]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def packageModuleDefinitionDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Definition[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def packageModuleSpecificationDecoder[TA : JsonDecoder]: JsonDecoder[Specification[TA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val packageNameDecoder: JsonDecoder[PackageName]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val pathDecoder: JsonDecoder[Path]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternAsPatternDecoder[A : JsonDecoder]: JsonDecoder[AsPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternConstructorPatternDecoder[A : JsonDecoder]: JsonDecoder[ConstructorPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternDecoder[A : JsonDecoder]: JsonDecoder[Pattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternEmptyListPatternDecoder[A : JsonDecoder]: JsonDecoder[EmptyListPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternHeadTailPatternDecoder[A : JsonDecoder]: JsonDecoder[HeadTailPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternLiteralPatternDecoder[A : JsonDecoder]: JsonDecoder[LiteralPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternMatchValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[PatternMatch[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternTuplePatternDecoder[A : JsonDecoder]: JsonDecoder[TuplePattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternUnitPatternDecoder[A : JsonDecoder]: JsonDecoder[UnitPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def patternWildcardPatternDecoder[A : JsonDecoder]: JsonDecoder[WildcardPattern[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val qNameDecoder: JsonDecoder[QName]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val qualifiedModuleNameDecoder: JsonDecoder[QualifiedModuleName]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def recordCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Record[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def recordValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Record[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def referenceCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Reference[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def referenceValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[Reference[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def tupleCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Tuple[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def tupleValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Tuple[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeDecoder[A : JsonDecoder]: JsonDecoder[Type[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeDefinitionCustomTypeDecoder[A : JsonDecoder]: JsonDecoder[CustomType[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeDefinitionDecoder[A : JsonDecoder]: JsonDecoder[Definition[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeDefinitionTypeAliasDecoder[A : JsonDecoder]: JsonDecoder[TypeAlias[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeSpecificationCustomTypeDecoder[A : JsonDecoder]: JsonDecoder[CustomTypeSpecification[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeSpecificationDecoder[A : JsonDecoder]: JsonDecoder[Specification[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeSpecificationOpaqueTypeDecoder: JsonDecoder[OpaqueTypeSpecification]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def typeSpecificationTypeAliasDecoder[A : JsonDecoder]: JsonDecoder[TypeAliasSpecification[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def unitCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Unit[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit val unitDecoder: JsonDecoder[Unit]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def unitValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[Unit[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def updateRecordValueJsonDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[UpdateRecord[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def valueDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[Value[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def valueDefinitionDecoder[TA : JsonDecoder, VA : JsonDecoder]: JsonDecoder[ValueDefinition[TA, VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def valueSpecificationDecoder[A : JsonDecoder]: JsonDecoder[ValueSpecification[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def variableCaseTypeDecoder[A : JsonDecoder]: JsonDecoder[Variable[A]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1
implicit def variableValueJsonDecoder[VA : JsonDecoder]: JsonDecoder[Variable[VA]]

Attributes

Inherited from:
MorphirJsonDecodingSupportV1