Class 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 void validateCryptoKeyReader​(org.apache.pulsar.common.functions.CryptoConfig conf, net.bytebuddy.pool.TypePool typePool, boolean isProducer)  
      static void validateSchema​(java.lang.String schemaType, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean input)  
      static void validateSerde​(java.lang.String inputSerializer, net.bytebuddy.description.type.TypeDefinition typeArg, net.bytebuddy.pool.TypePool typePool, boolean deser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidatorUtils

        public ValidatorUtils()
    • 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)