reflectutil

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CallObjectMethod

func CallObjectMethod(ptr interface{}, method string, args ...interface{}) []interface{}

调用struct内指定名称的函数

func DeepCopy

func DeepCopy(src, dst interface{}) error

深拷贝src到dst,内部实现是使用gob编码再解码

func GetStructAllFieldValues

func GetStructAllFieldValues(ptr interface{}) []interface{}

获取struct内所有field的值

func GetStructFieldValues

func GetStructFieldValues(ptr interface{}, except string) []interface{}

func GetStructFieldValuesBy

func GetStructFieldValuesBy(ptr interface{}, names []string) []interface{}

获取struct内指定field的值

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL