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

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

    • codec

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