java.lang.Object
com.aquima.interactions.communication.impl.evaluator.parser.DomainSchemaParser

public class DomainSchemaParser extends Object
Parses a DataObject to the inferenceContext based on the data contract.
Since:
9.3
Author:
A.Pragt
  • Constructor Details

  • Method Details

    • parse

      public EntityValue parse(DataValue data, InferenceContext profile, ParserContext context)
      Parses the data object and returns the instance it is stored in.
      Parameters:
      data - The data object, not null.
      profile - The profile to use while parsing, not null.
      context - The parse context, not null.
      Returns:
      Reference to the created root instance, never null.