AssetLabelValidator

org.plasmalabs.indexer.services.AssetLabelValidator
object AssetLabelValidator extends Validator[AssetLabel]

Attributes

Graph
Supertypes
trait Validator[AssetLabel]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object EmptyValidator extends Validator[Empty]

Attributes

Supertypes
trait Validator[Empty]
trait Serializable
class Object
trait Matchable
class Any
Self type
object Tam2LabelValidator extends Validator[Tam2Label]

Attributes

Supertypes
trait Validator[Tam2Label]
trait Serializable
class Object
trait Matchable
class Any
Self type
object V1LabelValidator extends Validator[V1Label]

Attributes

Supertypes
trait Validator[V1Label]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def validate(input: AssetLabel): Result

Inherited methods

def optional: Validator[Option[AssetLabel]]

Attributes

Inherited from:
Validator