Object/Class

com.celadari.jsonlogicscala.evaluate

EvaluatorLogicConf

Related Docs: class EvaluatorLogicConf | package evaluate

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_COMPOSITION_OPERATORS_CONFS: Map[String, MethodConf]

    Permalink

    Maps default Composition operators (operator_codename -> method_conf).

  5. val DEFAULT_COMPOSITION_OPERATORS_TO_METHOD_NAME: Map[String, Operator]

    Permalink
  6. val DEFAULT_METHOD_CONFS: Map[String, MethodConf]

    Permalink

    Maps default operators (operator_codename -> method_conf).

  7. val DEFAULT_NON_REDUCE_OPERATORS_CONFS: Map[String, MethodConf]

    Permalink

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

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

    Permalink
  9. val DEFAULT_REDUCE_METHOD_CONFS: Map[String, MethodConf]

    Permalink

    Maps default Reduce operators (operator_codename -> method_conf).

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

    Permalink
  11. val DEFAULT_UNARY_OPERATORS_CONFS: Map[String, MethodConf]

    Permalink

    Maps default Unary operators (operator_codename -> method_conf).

  12. val DEFAULT_UNARY_OPERATORS_TO_METHOD_NAME: Map[String, Operator]

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  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

    Permalink

    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)

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. implicit val implReduceLogicConf: EvaluatorLogicConf

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped