Home / Function/ CreateDecoder() — gin Function Reference

CreateDecoder() — gin Function Reference

Architecture documentation for the CreateDecoder() function in json_test.go from the gin codebase.

Function go DataBinding Validators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  624a5c39_b8d0_131c_afef_c2bcbc4d77dc["CreateDecoder()"]
  9f13fb5a_cdca_ec37_9125_caea9bf989d4["CreateDecoder()"]
  9f13fb5a_cdca_ec37_9125_caea9bf989d4 -->|calls| 624a5c39_b8d0_131c_afef_c2bcbc4d77dc
  9f13fb5a_cdca_ec37_9125_caea9bf989d4["CreateDecoder()"]
  624a5c39_b8d0_131c_afef_c2bcbc4d77dc -->|calls| 9f13fb5a_cdca_ec37_9125_caea9bf989d4
  style 624a5c39_b8d0_131c_afef_c2bcbc4d77dc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

binding/json_test.go lines 117–122

func (te *TimeEx) CreateDecoder(typ reflect2.Type) jsoniter.ValDecoder {
	if typ == timeType {
		return defaultTimeCodec
	}
	return nil
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does CreateDecoder() do?
CreateDecoder() is a function in the gin codebase.
What does CreateDecoder() call?
CreateDecoder() calls 1 function(s): CreateDecoder.
What calls CreateDecoder()?
CreateDecoder() is called by 1 function(s): CreateDecoder.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free