# Packages
No description provided by the author
# Functions
New initializes a new Obj wrapper.
NewFromType creates a new Obj but using reflect.Type.
ParseTag parses a golang struct tag into a map.
No description provided by the author
# Structs
CallResult is a wrapper of a method call result.
Obj is a wrapper for golang values which need to be reflected.
ObjField is a wrapper for the object's field.
ObjFieldMetadata contains data which is always unique per Type/Field.
ObjMetadata contains data which is always unique per Type.
ObjMethod is a wrapper for an object method.
ObjMethodMetadata contains data which is always unique per Type/Method.