MapDecoder
 oxygen.json.JsonDecoder.MapDecoder
  final case class MapDecoder[K, V](k: JsonFieldDecoder[K], v: JsonDecoder[V]) extends JsonDecoder[Map[K, V]]
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalsclass 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