Interface CollectToTag.ContainerBuilder

All Known Implementing Classes:
CollectToTag.CompoundBuilder, CollectToTag.ListBuilder, CollectToTag.RootBuilder
Enclosing class:
CollectToTag

private static interface CollectToTag.ContainerBuilder
  • Method Details

    • acceptKey

      default void acceptKey(String id)
    • acceptValue

      void acceptValue(Tag tag)
    • build

      @Nullable Tag build()