Searched defs:listConverter (Results 1 – 3 of 3) sorted by relevance
24 type listConverter struct { struct25 goType reflect.Type // []T26 c Converter29 func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value {38 func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value {46 func (c *listConverter) IsValidPB(v protoreflect.Value) bool {54 func (c *listConverter) IsValidGo(v reflect.Value) bool {58 func (c *listConverter) New() protoreflect.Value {62 func (c *listConverter) Zero() protoreflect.Value {
83 Class<? extends IStringConverter<?>> listConverter() default NoConverter.class; in listConverter() method
330 private final TypeConverter listConverter = field in ParentInjectorTest