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 classConstantArgumentConverterAn abstract argument converter for converting String constants to the correct object type.
Child classes should implement the convert(String) object to produce an object.classDateFormatArgumentConverterclassDateTimeValueArgumentConverterConverts an argument to a DateTimeValue enum value.classDefaultArgumentConverterThe default argument converter.classGranularityArgumentConverterConverts an argument to a Granularity enum value.classNumberFormatArgumentConverterConverts an argument to a NumberFormat object.classTimeZoneArgumentConverterConverts an argument to a TimeZone object.
-