MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / JSONPointable

Interface JSONPointable

ifaces.go:10–13  ·  view source on GitHub ↗

JSONPointable is an interface for structs to implement, when they need to customize the json pointer process or want to avoid the use of reflection.

Source from the content-addressed store, hash-verified

8// JSONPointable is an interface for structs to implement, when they need to customize the json
9// pointer process or want to avoid the use of reflection.
10type JSONPointable interface {
11 // JSONLookup returns a value pointed at this (unescaped) key.
12 JSONLookup(key string) (any, error)
13}
14
15// JSONSetable is an interface for structs to implement, when they need to customize the json
16// pointer process or want to avoid the use of reflection.

Callers 2

resolveNodeForTokenMethod · 0.65
getSingleImplFunction · 0.65

Implementers 4

CustomDociface_example_test.go
pointableImplpointer_test.go
settableDocpointer_test.go
settableCollpointer_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…