Interface TrunkPlacerType<P extends TrunkPlacer>
- Type Parameters:
P- The specific trunk placer class.
public interface TrunkPlacerType<P extends TrunkPlacer>
Represents the registered type identifier for a specific trunk placer implementation.
-
Method Summary
-
Method Details
-
codec
Retrieves the codec associated with this trunk placer type for serialization.- Returns:
- The specific codec instance.
-