Interface RootPlacerType<P extends RootPlacer>

Type Parameters:
P - The specific root placer class.

public interface RootPlacerType<P extends RootPlacer>
Represents the registered type identifier for a specific root placer implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the codec associated with this root placer type for serialization.
  • Method Details

    • codec

      Codec<P> codec()
      Retrieves the codec associated with this root placer type for serialization.
      Returns:
      The specific codec instance.