object EvaluationContext extends LazyLogging
- Alphabetic
- By Inheritance
- EvaluationContext
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
ContextDependent[T <: ContextDependent[T]] extends AnyRef
Marker trait for resources that are dependent on the evaluation context state
Marker trait for resources that are dependent on the evaluation context state
- T
type
-
case class
EvaluationError(field: String, line: Long, e: Throwable) extends Product with Serializable
Evaluation error
Evaluation error
- field
field name that had an error
- line
line number of the input being evaluated
- e
error
-
sealed
trait
FieldAccessor extends AnyRef
Trait for reading a field from an evaluation context
- class FieldValueAccessor extends FieldAccessor
- class GlobalFieldAccessor extends FieldAccessor
-
implicit final
class
RichEvaluationContext extends AnyVal
Evaluation context accessors
-
class
StatefulEvaluationContext extends EvaluationContext
Evaluation context implementation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val InputFilePathKey: String
-
def
apply(fields: Seq[Field], globalValues: Map[String, _ <: AnyRef], caches: Map[String, EnrichmentCache], metrics: ConverterMetrics, success: Counter, failure: Counter): EvaluationContext
Creates a new evaluation context with the given state
Creates a new evaluation context with the given state
- fields
converter fields, in topological dependency order
- globalValues
global values
- caches
enrichment caches
- metrics
metrics
- success
success counter
- failure
failure counter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
empty: EvaluationContext
Creates a new, empty evaluation context
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
inputFileParam(file: String): Map[String, AnyRef]
Gets a global parameter map containing the input file path
Gets a global parameter map containing the input file path
- file
input file path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object NullFieldAccessor extends FieldAccessor with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated