Interface ContentTransformerContentType<T>


@Deprecated public interface ContentTransformerContentType<T>
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
Provides a marker interface to specify the content type that can be managed by ContentTransformer implementations. See ContentTransformerContentTypes for examples.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getKey

      String getKey()
      Deprecated.