Class ValidatorUtils

java.lang.Object
org.apache.pulsar.functions.utils.ValidatorUtils

public class ValidatorUtils extends Object
  • Constructor Details

    • ValidatorUtils

      public ValidatorUtils()
  • Method Details

    • validateSchema

      public static void validateSchema(String schemaType, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean input)
    • validateCryptoKeyReader

      public static void validateCryptoKeyReader(CryptoConfig conf, net.bytebuddy.pool.TypePool typePool, boolean isProducer)
    • validateSerde

      public static void validateSerde(String inputSerializer, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean deser)