public interface Artifactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(Type expected)
Decodes the artifact from its encoded form.
|
@Nullable <T> T decode(Type expected) throws Exception
T - the expected generic type of the decoded artifact.expected - the expected generic type of the decoded artifact,
e.g. String.class.
This is just a hint and the implementation may ignore it.null if and only if the original artifact
was null.ExceptionCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.