Interface ContentTypeOverrider<T>


public interface ContentTypeOverrider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T value, ContentType newContentType)
     
  • Method Details