类 SerializableBlobProxy

    • 方法详细资料

      • getWrappedBlob

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

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

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