Uses of Class
io.opencensus.implcore.tags.TagMapBuilderImpl
Packages that use TagMapBuilderImpl
-
Uses of TagMapBuilderImpl in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TagMapBuilderImplModifier and TypeMethodDescriptionprivate static TagMapBuilderImpl
TaggerImpl.toTagMapBuilderImpl
(TagContext tags) Methods in io.opencensus.implcore.tags with parameters of type TagMapBuilderImplModifier and TypeMethodDescription(package private) static void
TagContextUtils.addTagToBuilder
(Tag tag, TagMapBuilderImpl builder) Add aTag
of any type to a builder.