Packages

object EvaluatorLogicConf extends Serializable

Companion object to hold implicit: com.celadari.jsonlogicscala.evaluate.EvaluatorLogicConf, mapping of default operators (type_codename -> method_conf), and method to create a custom configuration.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvaluatorLogicConf
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_COMPOSITION_OPERATORS_CONFS: Map[String, MethodConf]

    Maps default Composition operators (operator_codename -> method_conf).

  5. val DEFAULT_COMPOSITION_OPERATORS_TO_METHOD_NAME: Map[String, Operator]
  6. val DEFAULT_METHOD_CONFS: Map[String, MethodConf]

    Maps default operators (operator_codename -> method_conf).

  7. val DEFAULT_NON_REDUCE_OPERATORS_CONFS: Map[String, MethodConf]

    Maps default Non-Reduce operators (operator_codename -> method_conf).

  8. val DEFAULT_NON_REDUCE_OPERATORS_TO_METHODNAME: Map[String, (String, Operator)]
  9. val DEFAULT_REDUCE_METHOD_CONFS: Map[String, MethodConf]

    Maps default Reduce operators (operator_codename -> method_conf).

  10. val DEFAULT_REDUCE_OPERATORS_TO_METHODNAME: Map[String, (String, Operator)]
  11. val DEFAULT_UNARY_OPERATORS_CONFS: Map[String, MethodConf]

    Maps default Unary operators (operator_codename -> method_conf).

  12. val DEFAULT_UNARY_OPERATORS_TO_METHOD_NAME: Map[String, Operator]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def createConf(pathEvaluatorValueLogic: String = "META-INF/services/", pathOperator: String = "META-INF/services/", methodConfsManualAdd: Map[String, MethodConf] = DEFAULT_METHOD_CONFS, operatorToOwnerManualAdd: Map[String, Operator] = Map(), evaluatorValueLogicManualAdd: Map[TypeValue, EvaluatorValueLogic] = Map(), isPriorityToManualAdd: Boolean = true): EvaluatorLogicConf

    Returns a custom evaluator configuration com.celadari.jsonlogicscala.evaluate.EvaluatorLogicConf.

    Returns a custom evaluator configuration com.celadari.jsonlogicscala.evaluate.EvaluatorLogicConf.

    returns

    custom serializer configuration.

  16. def createConfMethod(fileName: String, prop: Properties, operatorToOwnerManualAdd: Map[String, Operator]): (String, MethodConf)

    Returns tuple of (typeCodename, method_conf) from configuration file.

    Returns tuple of (typeCodename, method_conf) from configuration file.

    returns

    tuple (operator_codename, method_conf) after reading configuration.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. implicit val implReduceLogicConf: EvaluatorLogicConf
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped