object Decoder
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- Decoder
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Type Members
-  trait ArrayDecoder[T] extends Decoder[Array[T]]
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      - Definition Classes
- AnyRef → Any
 
-  implicit def ArrayDecoder[T](implicit arg0: Decoder[T], ev: ClassTag[T]): ArrayDecoder[T]
-  implicit def CollectionDecoder[T, Col[_]](implicit arg0: Decoder[T], cbf: CanBuildFrom[_, T, Col[T]]): Decoder[Col[T]]
-  implicit def EitherDecoder[A, B](implicit a: Decoder[A], b: Decoder[B], tagA: ClassTag[A], tagB: ClassTag[B]): Decoder[Either[A, B]]
-  implicit def MapDecoder[T](implicit decoder: Decoder[T]): Decoder[Map[String, T]]
-  implicit def OptionDecoder[T](implicit decoder: Decoder[T]): Decoder[Option[T]]
-  implicit def Tuple10Decoder[A, B, C, D, E, F, G, H, I, J](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H], arg8: Decoder[I], arg9: Decoder[J]): Decoder[(A, B, C, D, E, F, G, H, I, J)]
-  implicit def Tuple2Decoder[A, B](implicit arg0: Decoder[A], arg1: Decoder[B]): Decoder[(A, B)]
-  implicit def Tuple3Decoder[A, B, C](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C]): Decoder[(A, B, C)]
-  implicit def Tuple4Decoder[A, B, C, D](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D]): Decoder[(A, B, C, D)]
-  implicit def Tuple5Decoder[A, B, C, D, E](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E]): Decoder[(A, B, C, D, E)]
-  implicit def Tuple6Decoder[A, B, C, D, E, F](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F]): Decoder[(A, B, C, D, E, F)]
-  implicit def Tuple7Decoder[A, B, C, D, E, F, G](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G]): Decoder[(A, B, C, D, E, F, G)]
-  implicit def Tuple8Decoder[A, B, C, D, E, F, G, H](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H]): Decoder[(A, B, C, D, E, F, G, H)]
-  implicit def Tuple9Decoder[A, B, C, D, E, F, G, H, I](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H], arg8: Decoder[I]): Decoder[(A, B, C, D, E, F, G, H, I)]
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
-  implicit object ArrayVDecoder extends Decoder[ArrayV]
-  implicit object BooleanDecoder extends Decoder[Boolean]
-  implicit object ByteArrayDecoder extends ArrayDecoder[Byte]
-  implicit object ByteDecoder extends Decoder[Byte]
-  implicit object BytesVDecoder extends Decoder[BytesV]
-  implicit object CharDecoder extends Decoder[Char]
-  implicit object DateDecoder extends Decoder[DateV]
-  implicit object DoubleDecoder extends Decoder[Double]
-  implicit object FloatDecoder extends Decoder[Float]
-  implicit object InstantDecoder extends Decoder[Instant]
-  implicit object IntDecoder extends Decoder[Int]
-  implicit object LocalDateDecoder extends Decoder[LocalDate]
-  implicit object LongDecoder extends Decoder[Long]
-  implicit object NullVDecoder extends Decoder[NullV]
-  implicit object ObjectVDecoder extends Decoder[ObjectV]
-  implicit object RefDecoder extends Decoder[RefV]
-  implicit object ScalarDecoder extends Decoder[ScalarValue]
-  implicit object SetRefDecoder extends Decoder[SetRefV]
-  implicit object ShortDecoder extends Decoder[Short]
-  implicit object StringDecoder extends Decoder[String]
-  implicit object TimestampDecoder extends Decoder[TimeV]
-  implicit object ValueDecoder extends Decoder[Value]