reflector

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FieldCanNotBeSetError = errors.New("field can not be set")
View Source
var InvalidInputError = errors.New("input is invalid")
View Source
var InvalidMethodError = errors.New("method is invalid")

Functions

func CallMethodByName

func CallMethodByName(object interface{}, name string, args ...interface{}) (interface{}, error)

func DeepFields

func DeepFields(reflectType reflect.Type) []reflect.StructField

func GetFieldValue

func GetFieldValue(f interface{}, name string) reflect.Value

func GetKind

func GetKind(val reflect.Value) reflect.Kind

func GetLowerCaseObjectName

func GetLowerCaseObjectName(data interface{}) (string, error)

func GetName

func GetName(data interface{}) (string, error)

func GetPkgPath added in v0.3.0

func GetPkgPath(object interface{}) string

func HasEmbeddedField

func HasEmbeddedField(object interface{}, name string) bool

func HasField

func HasField(object interface{}, name string) bool

func Indirect

func Indirect(reflectValue reflect.Value) reflect.Value

func IndirectType

func IndirectType(reflectType reflect.Type) reflect.Type

func NewReflectType

func NewReflectType(st interface{}) interface{}

func ParseObjectName added in v0.3.0

func ParseObjectName(cmd interface{}, eliminator string) string

ParseObjectName e.g. ExampleObject => example

func SetFieldValue

func SetFieldValue(object interface{}, name string, value interface{}) error

func Validate

func Validate(toValue interface{}) (*reflect.Value, error)

func ValidateReflectType

func ValidateReflectType(obj interface{}, callback func(value *reflect.Value, reflectType reflect.Type, fieldSize int, isSlice bool) error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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