Class ValidatorUtils
- java.lang.Object
-
- org.apache.pulsar.functions.utils.ValidatorUtils
-
public class ValidatorUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValidatorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidateCryptoKeyReader(org.apache.pulsar.common.functions.CryptoConfig conf, net.bytebuddy.pool.TypePool typePool, boolean isProducer)static voidvalidateSchema(java.lang.String schemaType, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean input)static voidvalidateSerde(java.lang.String inputSerializer, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean deser)
-
-
-
Method Detail
-
validateSchema
public static void validateSchema(java.lang.String schemaType, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean input)
-
validateCryptoKeyReader
public static void validateCryptoKeyReader(org.apache.pulsar.common.functions.CryptoConfig conf, net.bytebuddy.pool.TypePool typePool, boolean isProducer)
-
validateSerde
public static void validateSerde(java.lang.String inputSerializer, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean deser)
-
-