Class DMICacheMapper
java.lang.Object
io.github.eggy03.dmidecode.mapper.processor.DMICacheMapper
- All Implemented Interfaces:
CommonDMIMapper<DMICache>
Provides a type-safe implementation of
CommonDMIMapper
and maps raw dmidecode output to objects or lists of DMICache.- Since:
- 0.1.0
-
Field Summary
Fields inherited from interface io.github.eggy03.dmidecode.mapper.CommonDMIMapper
jacksonMapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.eggy03.dmidecode.mapper.CommonDMIMapper
mapToEntity, mapToList
-
Constructor Details
-
DMICacheMapper
public DMICacheMapper()
-