Interface Wrapper

All Superinterfaces:
Wrapper

@Deprecated(forRemoval=true, since="27.0.0") public interface Wrapper extends Wrapper
Deprecated, for removal: This API element is subject to removal in a future version.
use Wrapper instead
Behavior of a type that wraps a related type, typically through delegation.
  • Method Summary

    Methods inherited from interface Wrapper

    unwrap
    Modifier and Type
    Method
    Description
    <T> T
    unwrap(Class<? extends T> type)
    Unwraps the delegate as the specified type.