JsonSubtypeDecoder
 oxygen.json.JsonDecoder.JsonSubtypeDecoder
  final case class JsonSubtypeDecoder[A <: Json](filter: Json => Option[A], expTpe: Type) extends JsonDecoder[A]
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalstrait JsonDecoder[A]class Objecttrait Matchableclass AnyShow all
 
Members list
Value members
Concrete methods
Attributes
- Definition Classes
 
Inherited methods
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - Product
 
Attributes
- Inherited from:
 - Product
 
Inherited fields
Attributes
- Inherited from:
 - JsonDecoder
 
In this article