Versions in this module Expand all Collapse all v1 v1.0.2 Mar 14, 2024 v1.0.1 Mar 14, 2024 Changes in this version + const DefaultValueTagKey + func Mock(v interface{}) (err error) + type ApplicationContext interface + type AutoWireBeanFactory interface + AutoWire func(ctx context.Context, appCtx ApplicationContext, bean interface{}) error + type BeanMetadata struct + Fields map[string]*FieldMetadata + type FieldMetadata struct + DftValue string + type TagAutoWireBeanFactory struct + Adapters map[string]TypeAdapter + FieldTagParser func(field reflect.StructField) *FieldMetadata + func NewTagAutoWireBeanFactory() *TagAutoWireBeanFactory + func (t *TagAutoWireBeanFactory) AutoWire(ctx context.Context, appCtx ApplicationContext, bean interface{}) error + type TimeTypeAdapter struct + Layout string + func (t *TimeTypeAdapter) DefaultValue(ctx context.Context, dftValue string) (interface{}, error) + type TypeAdapter interface + DefaultValue func(ctx context.Context, dftValue string) (interface{}, error)