Uses of Class
com.pervasive.datarush.coercion.LiveConnectAdvice
-
Packages that use LiveConnectAdvice Package Description com.pervasive.datarush.coercion Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects. -
-
Uses of LiveConnectAdvice in com.pervasive.datarush.coercion
Methods in com.pervasive.datarush.coercion that return LiveConnectAdvice Modifier and Type Method Description static LiveConnectAdvice
LiveConnectAdvice. autoImport(Class<?> javaClass)
Create a new LiveConnectAdvice to automatically import the given class.LiveConnectAdvice[]
LiveConnectAdvisor. getAdvice()
Returns a list of advice objectsLiveConnectAdvice[]
LiveConnectAdvisorImpl. getAdvice()
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.Methods in com.pervasive.datarush.coercion that return types with arguments of type LiveConnectAdvice Modifier and Type Method Description Collection<LiveConnectAdvice>
LiveConnectAdviceManager. getAllAdvice()
Returns all registered advice.Methods in com.pervasive.datarush.coercion with parameters of type LiveConnectAdvice Modifier and Type Method Description LiveConnectAdviceManager
LiveConnectAdviceManager. withAdvice(LiveConnectAdvice advice)
Returns a new manager, equivalent to this, but with the additional live connect advice.
-