Uses of Class
com.pervasive.datarush.coercion.LiveConnectAdvice
Packages that use LiveConnectAdvice
Package
Description
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 LiveConnectAdviceModifier and TypeMethodDescriptionstatic LiveConnectAdviceLiveConnectAdvice.autoImport(Class<?> javaClass) Create a new LiveConnectAdvice to automatically import the given class.LiveConnectAdvisor.getAdvice()Returns a list of advice objectsLiveConnectAdvisorImpl.getAdvice()LiveConnectAdviceManager.getAdviceForClass(Class<?> clazz) Returns the advice associated with the given class.LiveConnectAdvice.withAutoImport(boolean autoImport) Returns a new advice object, equivalent to this, but with auto-import set to the specified value.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 LiveConnectAdviceModifier and TypeMethodDescriptionLiveConnectAdviceManager.getAllAdvice()Returns all registered advice.Methods in com.pervasive.datarush.coercion with parameters of type LiveConnectAdviceModifier and TypeMethodDescriptionLiveConnectAdviceManager.withAdvice(LiveConnectAdvice advice) Returns a new manager, equivalent to this, but with the additional live connect advice.