Interface CastUtils


@Deprecated(since="3.5", forRemoval=true) public interface CastUtils
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5 will be removed in a future release.
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> T
    cast(Object object)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • cast

      static <T> T cast(Object object)
      Deprecated, for removal: This API element is subject to removal in a future version.