Class SerializableBlobProxy

    • Method Detail

      • getWrappedBlob

        public Blob getWrappedBlob()
        Access to the wrapped Blob reference
        Returns:
        The wrapped Blob reference
      • generateProxy

        public static Blob generateProxy​(Blob blob)
        Generates a SerializableBlob proxy wrapping the provided Blob object.
        Parameters:
        blob - The Blob to wrap.
        Returns:
        The generated proxy.
      • getProxyClassLoader

        public static ClassLoader getProxyClassLoader()
        Determines the appropriate class loader to which the generated proxy should be scoped.
        Returns:
        The class loader appropriate for proxy construction.