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
-
Method Details
-
codec
Retrieves the codec associated with this root placer type for serialization.- Returns:
- The specific codec instance.
-