Uses of Class
edu.wisc.library.ocfl.core.inventory.InventoryMapper
-
Packages that use InventoryMapper Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.inventory edu.wisc.library.ocfl.core.storage -
-
Uses of InventoryMapper in edu.wisc.library.ocfl.core
Fields in edu.wisc.library.ocfl.core declared as InventoryMapper Modifier and Type Field Description protected InventoryMapperDefaultOcflRepository. inventoryMapperMethods in edu.wisc.library.ocfl.core with parameters of type InventoryMapper Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. inventoryMapper(InventoryMapper inventoryMapper)Used to override the default InventoryMapper, which is used to serialize Inventories to JSON files.Constructors in edu.wisc.library.ocfl.core with parameters of type InventoryMapper Constructor Description DefaultMutableOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config)DefaultOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config) -
Uses of InventoryMapper in edu.wisc.library.ocfl.core.inventory
Methods in edu.wisc.library.ocfl.core.inventory that return InventoryMapper Modifier and Type Method Description static InventoryMapperInventoryMapper. defaultMapper()Creates an InventoryMapper that creates JSON files with as little whitespace as possible.static InventoryMapperInventoryMapper. prettyPrintMapper()Creates an InventoryMapper that will pretty print JSON files. -
Uses of InventoryMapper in edu.wisc.library.ocfl.core.storage
Fields in edu.wisc.library.ocfl.core.storage declared as InventoryMapper Modifier and Type Field Description protected InventoryMapperAbstractOcflStorage. inventoryMapperMethods in edu.wisc.library.ocfl.core.storage with parameters of type InventoryMapper Modifier and Type Method Description voidAbstractOcflStorage. initializeStorage(OcflVersion ocflVersion, OcflExtensionConfig layoutConfig, InventoryMapper inventoryMapper, ExtensionSupportEvaluator supportEvaluator)Initializes the OCFL root.voidOcflStorage. initializeStorage(OcflVersion ocflVersion, OcflExtensionConfig layoutConfig, InventoryMapper inventoryMapper, ExtensionSupportEvaluator supportEvaluator)Initializes the OCFL root.
-