Accessor for each named field.
Accessor for each named field. Includes type accessor for field, defaults, annotations, etc.
This is a special override for optimized versions that work with raw String keys
This is a special override for optimized versions that work with raw String keys
This is a special override for optimized versions that work with raw String keys
This is a special override for optimized versions that work with raw String keys
ObjectAccessor is a JSONAccessor for objects that have named fields. Generally these are mostly seen as auto-generated json.internal.CaseClassObjectAccessor case class accessors. Extend this if you need to make a custom accessor that has named fields.
The base type this accessor is for.