scalapb.validate

Members list

Packages

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Failure(violations: List[ValidationFailure]) extends Result

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
object Failure

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type

Attributes

Supertypes
class InvalidProtocolBufferException
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object MapValidation

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Result

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
object Success
object Result

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type
class SetAdapter[T] extends CollectionAdapter[T, Set[T]]

Attributes

Companion
object
Supertypes
class CollectionAdapter[T, Set[T]]
class Object
trait Matchable
class Any
object SetAdapter

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SetAdapter.type
case object Success extends Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Success.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class ValidationException(message: String) extends InvalidProtocolBufferException

Attributes

Supertypes
class InvalidProtocolBufferException
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class ValidationFailure(field: String, value: Any, reason: String)

Represents a failure to validate a single field

Represents a failure to validate a single field

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
object Validator

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Validator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type