scalapb.validate
package scalapb.validate
Members list
Packages
package scalapb.validate.validate
Type members
Classlikes
object ComparativeValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object EnumValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EnumValidation.type
case class Failure(violations: List[ValidationFailure]) extends Result
object Failure
class FieldValidationException(failure: Failure) extends ValidationException
Attributes
- Supertypes
-
class ValidationExceptionclass InvalidProtocolBufferExceptionclass IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object MapValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MapValidation.type
object MembershipValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MembershipValidation.type
object RepeatedValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RepeatedValidation.type
object RequiredValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RequiredValidation.type
object Result
class SetAdapter[T] extends CollectionAdapter[T, Set[T]]
Attributes
- Companion
- object
- Supertypes
-
class CollectionAdapter[T, Set[T]]class Objecttrait Matchableclass Any
object SetAdapter
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SetAdapter.type
object TimestampValidation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TimestampValidation.type
class ValidationException(message: String) extends InvalidProtocolBufferException
Attributes
- Supertypes
-
class InvalidProtocolBufferExceptionclass IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class FieldValidationException
Represents a failure to validate a single field
Represents a failure to validate a single field
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait Validator[T] extends Serializable
object Validator
object WellKnownRegex
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WellKnownRegex.type
In this article