Interface Wrapper

All Superinterfaces:
Wrapper
All Known Subinterfaces:
ArrayWrapper, BlobWrapper, CallableStatementWrapper, ClobWrapper, ConnectionWrapper, DatabaseMetaDataWrapper, NClobWrapper, ParameterMetaDataWrapper, PreparedStatementWrapper, RefWrapper, ResultSetMetaDataWrapper, ResultSetWrapper, RowIdWrapper, SavepointWrapper, SQLDataWrapper, SQLInputWrapper, SQLOutputWrapper, SQLXMLWrapper, StatementWrapper, StructWrapper
All Known Implementing Classes:
ArrayWrapperImpl, BlobWrapperImpl, CallableStatementWrapperImpl, ClobWrapperImpl, ConnectionWrapperImpl, DatabaseMetaDataWrapperImpl, InputStreamWrapper, NClobWrapperImpl, OutputStreamWrapper, ParameterMetaDataWrapperImpl, PreparedStatementWrapperImpl, ReaderWrapper, RefWrapperImpl, ResultSetMetaDataWrapperImpl, ResultSetWrapperImpl, RowIdWrapperImpl, SavepointWrapperImpl, SQLDataWrapperImpl, SQLInputWrapperImpl, SQLOutputWrapperImpl, SQLXMLWrapperImpl, StatementWrapperImpl, StructWrapperImpl, WriterWrapper

public interface Wrapper extends Wrapper
Wraps an Object.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the wrapper that is wrapped.
    default boolean
    isWrapperFor(Class<?> iface)
     
    default <T> T
    unwrap(Class<T> iface)