ObjectMap

class ObjectMap(val fromPattern: String, val toPattern: String)(source)

Represents a mapping between a from-pattern and a to-pattern, used for injecting user-specific information into subjects requested by Liberator.

Constructors

Link copied to clipboard
constructor(fromPattern: String, toPattern: String)

Properties

Link copied to clipboard

The pattern used to match the incoming subject.

Link copied to clipboard

The pattern used to map to the destination subject.

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): String
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