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 LiveConnectAdviceLiveConnectAdvice. autoImport(Class<?> javaClass)Create a new LiveConnectAdvice to automatically import the given class.LiveConnectAdvice[]LiveConnectAdvisor. getAdvice()Returns a list of advice objectsLiveConnectAdvice[]LiveConnectAdvisorImpl. getAdvice()LiveConnectAdviceLiveConnectAdviceManager. getAdviceForClass(Class<?> clazz)Returns the advice associated with the given class.LiveConnectAdviceLiveConnectAdvice. withAutoImport(boolean autoImport)Returns a new advice object, equivalent to this, but with auto-import set to the specified value.LiveConnectAdviceLiveConnectAdvice. 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 LiveConnectAdviceManagerLiveConnectAdviceManager. withAdvice(LiveConnectAdvice advice)Returns a new manager, equivalent to this, but with the additional live connect advice.
-