|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface Adapter
A type that can dynamically implement another interface.
This interface is for JOOQ INTERNAL USE only. Do not reference directly
| Method Summary | ||
|---|---|---|
|
internalAPI(Class<I> internalType)
Deprecated. - 2.5.0 [#1639] - This part of the internal API will be removed in the near future. Do not reuse. |
|
| Method Detail |
|---|
@Deprecated
<I> I internalAPI(Class<I> internalType)
throws ClassCastException
This is for JOOQ INTERNAL USE only. If you need to access the internal API, these are the known possible interfaces:
QueryPartInternal: The internal API for QueryPart
I - The internal type's generic type parameter.internalType - The internal type
ClassCastException - If this object cannot be wrapped by or cast to
the given internal type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||