Class TagContextUtils


  • final class TagContextUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TagContextUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void addTagToBuilder​(Tag tag, TagMapBuilderImpl builder)
      Add a Tag of any type to a builder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagContextUtils

        private TagContextUtils()
    • Method Detail

      • addTagToBuilder

        static void addTagToBuilder​(Tag tag,
                                    TagMapBuilderImpl builder)
        Add a Tag of any type to a builder.
        Parameters:
        tag - tag containing the key and value to set.
        builder - the builder to update.