|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JsonDeserializer< T >.
Public Member Functions | |
| EpochTimeDeserializer (Function< Long, T > timeDeserializer) | |
| T | deserialize (JsonParser jp, DeserializationContext dc) throws IOException, JacksonException |
Private Attributes | |
| final Function< Long, T > | timeDeserializer |
Definition at line 121 of file ObjectMapperUtil.java.
| com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.EpochTimeDeserializer< T >.EpochTimeDeserializer | ( | Function< Long, T > | timeDeserializer | ) |
Definition at line 125 of file ObjectMapperUtil.java.
| T com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.EpochTimeDeserializer< T >.deserialize | ( | JsonParser | jp, |
| DeserializationContext | dc | ||
| ) | throws IOException, JacksonException |
Definition at line 130 of file ObjectMapperUtil.java.
|
private |
Definition at line 123 of file ObjectMapperUtil.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.EpochTimeDeserializer< Instant >.EpochTimeDeserializer().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.