MCPcopy Create free account
hub / github.com/google/guice / convert

Method convert

core/src/com/google/inject/internal/Errors.java:704–706  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

702
703 // TODO(lukes): inline in callers. There are some callers outside of guice, so this is difficult
704 public static Object convert(Object o) {
705 return Messages.convert(o);
706 }
707
708 // TODO(lukes): inline in callers. There are some callers outside of guice, so this is difficult
709 public static Object convert(Object o, ElementSource source) {

Callers 15

validateNullableWarnsMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
getSourceMethod · 0.95
writeReplaceMethod · 0.95
toStringMethod · 0.95
addMethod · 0.95
converterReturnedNullMethod · 0.95
conversionTypeErrorMethod · 0.95
conversionErrorMethod · 0.95

Calls 1

convertMethod · 0.95

Tested by 1

validateNullableWarnsMethod · 0.76