Interface BarSkeletonBuilderEnhance


public interface BarSkeletonBuilderEnhance
SPI extension point for enhancing a BarSkeletonBuilder before the skeleton is built.

Implementations are discovered via ServiceLoader and applied by BarSkeletonBuilderEnhances.enhance(BarSkeletonBuilder).

Author:
渔民小镇
date:
2023-06-16
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply enhancements to the given builder.
  • Method Details

    • enhance

      void enhance(BarSkeletonBuilder builder)
      Apply enhancements to the given builder.
      Parameters:
      builder - the skeleton builder to enhance