Locator

uk.gov.hmrc.apiplatform.modules.apis.domain.models.Locator
See theLocator companion trait
object Locator

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Locator.type

Members list

Type members

Classlikes

case class Both[T](sandboxValue: T, productionValue: T) extends Locator[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Locator[T]
class Object
trait Matchable
class Any
Show all
case class Production[T](value: T) extends Locator[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Locator[T]
class Object
trait Matchable
class Any
Show all
case class Sandbox[T](value: T) extends Locator[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Locator[T]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def buildLocatorFormatter[T](implicit fmt: Format[T]): OFormat[Locator[T]]