Package-level declarations

Types

Link copied to clipboard
data class GetDecodePlainArgs(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>? = null, val decodedValue: String? = null, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null) : ConvertibleToJava<GetDecodePlainArgs>

A collection of arguments for invoking getDecode.

Link copied to clipboard
Link copied to clipboard
data class GetEncodePlainArgs(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>? = null, val encodedValue: String? = null, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null) : ConvertibleToJava<GetEncodePlainArgs>

A collection of arguments for invoking getEncode.

Link copied to clipboard