-
com.alibaba.druid.mock.MockResultSetMetaData.unwrap()
-
com.alibaba.druid.pool.DruidDataSourceC3P0Adapter.unwrap()
-
com.alibaba.druid.pool.DruidPooledConnection.unwrap()
-
com.alibaba.druid.pool.PoolableWrapper.unwrap()
-
com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl.unwrap()
-
com.blazebit.cdi.exception.annotation.CatchHandler.unwrap()
-
com.caucho.hessian.io.Deflation.unwrap()
-
com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption.Updater.unwrap()
-
com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption.Updater.unwrap()
-
com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAssumption.Updater.unwrap()
-
com.zaxxer.hikari.hibernate.HikariConnectionProvider.unwrap()
-
foodev.jsondiff.jsonwrap.JzonObject.unwrap()
-
freemarker.ext.beans.BeansWrapper.unwrap()
Attempts to unwrap a model into underlying object. Generally, this method is the inverse of the {@link #wrap(Object)} method. In additionit will unwrap arbitrary {@link TemplateNumberModel} instances intoa number, arbitrary {@link TemplateDateModel} instances into a date,{@link TemplateScalarModel} instances into a String, arbitrary {@link TemplateBooleanModel} instances into a Boolean, arbitrary {@link TemplateHashModel} instances into a Map, arbitrary {@link TemplateSequenceModel} into a List, and arbitrary {@link TemplateCollectionModel} into a Set. All other objects are returned unchanged.
@throws TemplateModelException if an attempted unwrapping fails.
-
freemarker.template.DefaultObjectWrapper.unwrap()
-
gnu.javax.crypto.kwa.IKeyWrappingAlgorithm.unwrap()
-
io.netty.util.concurrent.EventExecutor.unwrap()
Returns an {@link EventExecutor} that is not a {@link WrappedEventExecutor}.
- A {@link WrappedEventExecutor} implementing this method must return the underlying{@link EventExecutor} while making sure that it's not a {@link WrappedEventExecutor}(e.g. by multiple calls to {@link #unwrap()}).
- An {@link EventExecutor} that is not a {@link WrappedEventExecutor} must return a reference to itself.
- This method must not return null.
-
java.sql.CallableStatement.unwrap()
-
java.sql.Connection.unwrap()
-
java.sql.PreparedStatement.unwrap()
-
java.sql.ResultSet.unwrap()
-
java.sql.ResultSetMetaData.unwrap()
-
java.sql.Statement.unwrap()
-
java.sql.Wrapper.unwrap()
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy. If the receiver implements the interface then the result is the receiver or a proxy for the receiver. If the receiver is a wrapper and the wrapped object implements the interface then the result is the wrapped object or a proxy for the wrapped object. Otherwise return the the result of calling unwrap
recursively on the wrapped object or a proxy for that result. If the receiver is not a wrapper and does not implement the interface, then an SQLException
is thrown.
@param < T> the type of the class modeled by this Class object
@param iface A Class defining an interface that the result must implement.
@return an object that implements the interface. May be a proxy for the actual implementing object.
@throws java.sql.SQLException If no object found that implements the interface
@since 1.6
-
javax.crypto.Cipher.unwrap()
@com.intel.drl.spec_ref
-
javax.jcr.nodetype.NodeDefinition.unwrap()
-
javax.net.ssl.SSLEngine.unwrap()
-
javax.persistence.EntityManager.unwrap()
Return an object of the specified type to allow access to the provider-specific API. If the provider's EntityManager implementation does not support the specified class, the PersistenceException is thrown.
@param cls the class of the object to be returned. This isnormally either the underlying EntityManager implementation class or an interface that it implements.
@return an instance of the specified class
@throws PersistenceException if the provider does notsupport the call.
-
javax.persistence.Query.unwrap()
Return an object of the specified type to allow access to the provider-specific API. If the provider's Query implementation does not support the specified class, the PersistenceException is thrown.
@param cls the class of the object to be returned. This isnormally either the underlying Query implementation class or an interface that it implements.
@return an instance of the specified class
@throws PersistenceException if the provider does not supportthe call.
-
javax.security.sasl.SaslClient.unwrap()
Unwraps a byte array received from the server. This method can be called only after the authentication exchange has completed (i.e., when {@code isComplete()} returns true) and only ifthe authentication exchange has negotiated integrity and/or privacy as the quality of protection; otherwise, an {@code IllegalStateException} is thrown.
{@code incoming} is the contents of the SASL buffer as defined in RFC 2222without the leading four octet field that represents the length. {@code offset} and {@code len} specify the portion of {@code incoming}to use.
@param incoming A non-null byte array containing the encoded bytesfrom the server.
@param offset The starting position at {@code incoming} of the bytes to use.
@param len The number of bytes from {@code incoming} to use.
@return A non-null byte array containing the decoded bytes.
@exception SaslException if {@code incoming} cannot be successfullyunwrapped.
@exception IllegalStateException if the authentication exchange hasnot completed, or if the negotiated quality of protection has neither integrity nor privacy.
-
javax.security.sasl.SaslServer.unwrap()
Unwraps a byte array received from the client. This method can be called only after the authentication exchange has completed (i.e., when {@code isComplete()} returns true) and only ifthe authentication exchange has negotiated integrity and/or privacy as the quality of protection; otherwise, an {@code IllegalStateException} is thrown.
{@code incoming} is the contents of the SASL buffer as defined in RFC 2222without the leading four octet field that represents the length. {@code offset} and {@code len} specify the portion of {@code incoming}to use.
@param incoming A non-null byte array containing the encoded bytesfrom the client.
@param offset The starting position at {@code incoming} of the bytes to use.
@param len The number of bytes from {@code incoming} to use.
@return A non-null byte array containing the decoded bytes.
@exception SaslException if {@code incoming} cannot be successfullyunwrapped.
@exception IllegalStateException if the authentication exchange hasnot completed, or if the negotiated quality of protection has neither integrity nor privacy
-
javax.validation.ConstraintValidatorContext.unwrap()
Returns an instance of the specified type allowing access to provider-specific APIs. If the Bean Validation provider implementation does not support the specified class, {@link ValidationException} is thrown.
@param type the class of the object to be returned
@return an instance of the specified class
@throws ValidationException if the provider does not support the call
@since 1.1
-
javax.validation.MessageInterpolator.Context.unwrap()
-
javax.validation.Validator.unwrap()
Return an instance of the specified type allowing access to provider-specific APIs. If the Bean Validation provider implementation does not support the specified class, ValidationException
is thrown.
@param type the class of the object to be returned.
@return an instance of the specified class
@throws ValidationException if the provider does not support the call.
-
javax.validation.ValidatorFactory.unwrap()
Return an instance of the specified type allowing access to provider-specific APIs. If the Bean Validation provider implementation does not support the specified class, ValidationException,
is thrown.
@param type the class of the object to be returned.
@return an instance of the specified class.
@throws ValidationException if the provider does notsupport the call.
-
ke.go.moh.oec.reception.controller.PersonWrapper.unwrap()
-
org.apache.aries.proxy.ProxyManager.unwrap()
This method unwraps the provided proxy returning the target object.
@param proxy the proxy to unwrap.
@return the target object.
-
org.apache.axis2.jaxws.wrapper.JAXBWrapperTool.unWrap()
unwrap Returns the list of child objects of the jaxb object
@param jaxbObject that represents the type
@param childNames list of xml child names as String
@param pdMap PropertyDescriptorMap describing the jaxbObject
@return list of Objects in the same order as the element names.
-
org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperToolImpl.unWrap()
unwrap Returns the list of child objects of the jaxb object
@param jaxbObject that represents the type
@param childNames list of xml child names as String
@param pdMap PropertyDescriptor map for this jaxbObject
@return list of Objects in the same order as the element names.
-
org.apache.jackrabbit.core.nodetype.NodeDefinitionImpl.unwrap()
Returns the wrapped node definition.
@return the wrapped node definition.
-
org.apache.jackrabbit.core.nodetype.PropertyDefinitionImpl.unwrap()
Returns the wrapped property definition.
@return the wrapped property definition.
-
org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeState.unwrap()
Returns the underlying node.
@return The underlying node.
-
org.apache.jackrabbit.spi.commons.nodetype.NodeDefinitionImpl.unwrap()
Returns the wrapped node definition.
@return the wrapped node definition.
-
org.apache.jackrabbit.spi.commons.nodetype.PropertyDefinitionImpl.unwrap()
Returns the wrapped property definition.
@return the wrapped property definition.
-
org.apache.jackrabbit.vault.packaging.JcrPackageDefinition.unwrap()
Unwraps the package definition to the underlying node.
@param pack the package
@param force if true
unwrapping is forced
@param autoSave if true
modifications are saved automatically
@throws RepositoryException if an error occurs
@throws IOException if an I/O error occurs
-
org.apache.jackrabbit.vault.util.console.ConsoleFile.unwrap()
-
org.apache.openjpa.persistence.OpenJPAQuery.unwrap()
-
org.apache.shindig.common.crypto.BasicBlobCrypter.unwrap()
-
org.apache.shindig.common.crypto.BlobCrypter.unwrap()
Unwraps a blob.
@param in blob
@param maxAgeSec maximum age for the blob
@return the name/value pairs, including the origin timestamp.
@throws BlobExpiredException if the blob is too old to be accepted.
@throws BlobCrypterException if the blob can't be decoded.
-
org.apache.xml.security.algorithms.encryption.EncryptionMethod.unwrap()
Method unwrap
@param wrappedKey
@param wrapKey
@param wrappedKeyAlgoURI
@throws XMLSecurityException
-
org.apache.xml.security.algorithms.encryption.helper.AESWrapper.unwrap()
Method unwrap
@param wrappedKey
@param wrapKey
@throws InvalidCipherTextException
@throws XMLSecurityException
-
org.apache.xml.security.encryption.EncryptedKey.unwrap()
-
org.bouncycastle.crypto.Wrapper.unwrap()
-
org.bouncycastle.crypto.engines.AESWrapEngine.unwrap()
-
org.bouncycastle.crypto.engines.DESedeWrapEngine.unwrap()
Method unwrap
@param in
@param inOff
@param inLen
@return the unwrapped bytes.
@throws InvalidCipherTextException
-
org.chromattic.core.DomainSession.unwrap()
-
org.codehaus.groovy.runtime.wrappers.Wrapper.unwrap()
-
org.drools.impl.StatefulKnowledgeSessionImpl.AgendaEventListenerWrapper.unWrap()
-
org.drools.impl.StatefulKnowledgeSessionImpl.ProcessEventListenerWrapper.unWrap()
-
org.drools.impl.StatefulKnowledgeSessionImpl.WorkingMemoryEventListenerWrapper.unWrap()
-
org.eclipse.core.internal.databinding.IdentityWrapper.unwrap()
@return the unwrapped object
-
org.eclipse.gef.commands.CompoundCommand.unwrap()
-
org.elasticsearch.script.ExecutableScript.unwrap()
Unwraps a possible script value. For example, when passing vars and expecting the returned value to be part of the vars.
-
org.geoscript.js.geom.Geometry.unwrap()
-
org.geoscript.js.proj.Projection.unwrap()
-
org.geotools.data.jdbc.datasource.UnWrapper.unwrap()
Returns the unwrapped connection, of throws {@link IllegalArgumentException} if the passed{@link Connection} is not supported ({@link #canUnwrap(Connection)} returns false}.
@param conn
@return
-
org.hibernate.search.bridge.NullEncodingTwoWayFieldBridge.unwrap()
-
org.hibernate.search.bridge.TwoWayString2FieldBridgeAdaptor.unwrap()
-
org.hibernate.search.bridge.builtin.impl.NullEncodingTwoWayFieldBridge.unwrap()
-
org.hibernate.search.bridge.builtin.impl.TwoWayString2FieldBridgeAdaptor.unwrap()
-
org.hibernate.service.jdbc.connections.spi.ConnectionProvider.unwrap()
-
org.hibernate.service.spi.Wrapped.unwrap()
Unproxy the service proxy
@param unwrapType The java type as which to unwrap this instance.
@return The unwrapped reference
-
org.hibernate.validator.internal.engine.MessageInterpolatorContext.unwrap()
-
org.ietf.jgss.GSSContext.unwrap()
Used to process tokens generated by the
wrap
method on the other side of the context. The method will return the message supplied by the peer application to its wrap call, while at the same time verifying the embedded MIC for that message.
The MessageProp object is instantiated by the application and is used by the underlying mechanism to return information to the caller such as the QOP, whether confidentiality was applied to the message, and other supplementary message state information.
Since some application-level protocols may wish to use tokens emitted by wrap to provide "secure framing", implementations should support the wrapping and unwrapping of zero-length messages.
@param inBuf a byte array containing the wrap token received frompeer.
@param offset the offset where the token begins.
@param len the length of the token
@param msgProp upon return from the method, this object will containthe applied QOP, the privacy state of the message, and supplementary information stating if the token was a duplicate, old, out of sequence or arriving after a gap.
@return a byte[] containing the message unwrapped from the inputtoken.
@throws GSSException containing the following major error codes: {@link GSSException#DEFECTIVE_TOKEN GSSException.DEFECTIVE_TOKEN}, {@link GSSException#BAD_MIC GSSException.BAD_MIC}, {@link GSSException#CONTEXT_EXPIRED GSSException.CONTEXT_EXPIRED}, {@link GSSException#FAILURE GSSException.FAILURE}
-
org.infinispan.schematic.document.Editor.unwrap()
-
org.infinispan.schematic.internal.document.ArrayEditor.unwrap()
-
org.jboss.arquillian.graphene.proxy.GrapheneProxyInstance.unwrap()
-
org.jboss.errai.aerogear.api.pipeline.impl.AuthenticatorAdapter.unwrap()
-
org.jboss.metatype.api.values.MetaValueFactory.unwrap()
Unwrap meta value. Supports simple and generic meta value.
@param metaValue meta value
@return meta value's value
-
org.jboss.ws.tools.helpers.ReturnTypeUnwrapper.unwrap()
-
org.jclouds.View.unwrap()
Return an object of the specified type to allow access to the backend context. If the backend context is not assignable from the supplied type, an {@link IllegalArgumentException} is thrown.ex.
RestContext backendApi = computeContext.unwrap(NovaApiMetadata.CONTEXT_TOKEN);
@param type the type of the context to be returned. The backend context must be assignable from this type.
@return an instance of the specified type
@throws IllegalArgumentException if the backend context is not assignable from the specified class.
@see #getBackendType()
-
org.jclouds.abiquo.domain.cloud.VirtualDatacenter.unwrap()
-
org.jclouds.abiquo.domain.infrastructure.Datacenter.unwrap()
-
org.jclouds.apis.Compute.unwrap()
-
org.jclouds.blobstore.BlobStoreContext.unwrap()
-
org.jclouds.cloudstack.CloudStackContext.unwrap()
-
org.jclouds.compute.ComputeServiceContext.unwrap()
-
org.jsoup.nodes.Element.unwrap()
-
org.mozilla.javascript.NativeJavaObject.unwrap()
-
org.mozilla.javascript.Wrapper.unwrap()
Unwrap the object by returning the wrapped value.
@return a wrapped value
-
org.olap4j.OlapConnection.unwrap()
-
org.olap4j.OlapWrapper.unwrap()
-
org.renjin.gcc.runtime.DoublePtr.unwrap()
-
org.renjin.gcc.runtime.IntPtr.unwrap()
-
org.zeromq.ZMsg.unwrap()
Pop frame off front of message, caller now owns frame. If next frame is empty, pops and destroys that empty frame (e.g. useful when unwrapping ROUTER socket envelopes)
@return Unwrapped frame