JsonClassifier

A classifier for JSON content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that this classifier was registered.

Link copied to clipboard

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

Link copied to clipboard

The time that this classifier was last updated.

Link copied to clipboard

The name of the classifier.

Link copied to clipboard

The version of this classifier.

Functions

Link copied to clipboard
inline fun copy(block: JsonClassifier.Builder.() -> Unit = {}): JsonClassifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String