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