Uses of Interface
com.pervasive.datarush.tokens.TokenConverter
Packages that use TokenConverter
Package
Description
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for record valued
tokens.
-
Uses of TokenConverter in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return TokenConverterModifier and TypeMethodDescriptionstatic TokenConverterTokenConverters.getConverter(TokenValued value) Creates a converter, bound to the given valuestatic TokenConverterTokenConverters.getConverter(TokenType type) Creates a converter appropriate for the given type.static TokenConverter[]TokenConverters.getConverters(RecordValued value) Creates an array of converters for each scalar field in the given record value.static TokenConverter[]TokenConverters.getConverters(RecordTokenType type) Creates an array of converters for each scalar type in the given record type. -
Uses of TokenConverter in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return TokenConverterModifier and TypeMethodDescriptionprotected final TokenConverterAbstractRecordValued.getConverter()Gets a memoized converter for this object.