Uses of Interface
com.pervasive.datarush.functions.ArgumentConverter
-
Packages that use ArgumentConverter Package Description com.pervasive.datarush.annotations Provides annotations used to describe elements of a dataflow graph.com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records. -
-
Uses of ArgumentConverter in com.pervasive.datarush.annotations
Methods in com.pervasive.datarush.annotations that return types with arguments of type ArgumentConverter Modifier and Type Method Description Class<? extends ArgumentConverter>
converter()
The converter to use for this argument. -
Uses of ArgumentConverter in com.pervasive.datarush.functions
Classes in com.pervasive.datarush.functions that implement ArgumentConverter Modifier and Type Class Description class
ConstantArgumentConverter
An abstract argument converter for converting String constants to the correct object type.
Child classes should implement the convert(String) object to produce an object.class
DateFormatArgumentConverter
class
DateTimeValueArgumentConverter
Converts an argument to a DateTimeValue enum value.class
DefaultArgumentConverter
The default argument converter.class
GranularityArgumentConverter
Converts an argument to a Granularity enum value.class
NumberFormatArgumentConverter
Converts an argument to a NumberFormat object.class
TimeZoneArgumentConverter
Converts an argument to a TimeZone object.
-