|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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)
Adapt to an internal type assuming its functionality This is for JOOQ INTERNAL USE only. |
|
| Method Detail |
|---|
<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 | ||||||||