The reflect package These topics cover the classes for the reflect package. The reflect.Value classThe reflect.Value class is a generic API to inspect and modify variables.The reflect.Type classThe reflect.Type class is a generic API to inspect types.The reflect.Method classThe reflect.Method class is a generic API to inspect methods.UsageExamplesReflection API examples.Related conceptsReflection