Package | Description |
---|---|
com.pervasive.datarush.coercion |
Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects.
|
Modifier and Type | Method and Description |
---|---|
static LiveConnectAdvice |
LiveConnectAdvice.autoImport(Class<?> javaClass)
Create a new LiveConnectAdvice to automatically import the given class.
|
LiveConnectAdvice[] |
LiveConnectAdvisorImpl.getAdvice() |
LiveConnectAdvice[] |
LiveConnectAdvisor.getAdvice()
Returns a list of advice objects
|
LiveConnectAdvice |
LiveConnectAdviceManager.getAdviceForClass(Class<?> clazz)
Returns the advice associated with the given class.
|
LiveConnectAdvice |
LiveConnectAdvice.withAutoImport(boolean autoImport)
Returns a new advice object, equivalent to this, but with auto-import
set to the specified value.
|
LiveConnectAdvice |
LiveConnectAdvice.withImportAs(String importAs)
Returns a new advice object, equivalent to this, but with import-as
set to the specified value.
|
Modifier and Type | Method and Description |
---|---|
Collection<LiveConnectAdvice> |
LiveConnectAdviceManager.getAllAdvice()
Returns all registered advice.
|
Modifier and Type | Method and Description |
---|---|
LiveConnectAdviceManager |
LiveConnectAdviceManager.withAdvice(LiveConnectAdvice advice)
Returns a new manager, equivalent to this, but
with the additional live connect advice.
|
Copyright © 2016 Actian Corporation. All rights reserved.