Class Win32LogicalDiskToPartitionMapper
java.lang.Object
io.github.eggy03.ferrumx.windows.mapping.storage.Win32LogicalDiskToPartitionMapper
- All Implemented Interfaces:
CommonMappingInterface<Win32LogicalDiskToPartition>
public class Win32LogicalDiskToPartitionMapper
extends Object
implements CommonMappingInterface<Win32LogicalDiskToPartition>
Provides a type-safe implementation of
CommonMappingInterface
and maps JSON strings from PowerShell to objects or lists of Win32LogicalDiskToPartition- Since:
- 3.0.0
-
Field Summary
Fields inherited from interface CommonMappingInterface
GSON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommonMappingInterface
mapToList, mapToObject
-
Constructor Details
-
Win32LogicalDiskToPartitionMapper
public Win32LogicalDiskToPartitionMapper()
-