org.wildfly.clustering.infinispan.persistence.SimpleKeyFormatMapper Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.infinispan.persistence;
import org.infinispan.persistence.keymappers.TwoWayKey2StringMapper;
import org.wildfly.clustering.marshalling.spi.Formatter;
/**
* Simple {@link TwoWayKey2StringMapper} based on a single {@link Formatter}.
* @author Paul Ferraro
*/
public class SimpleKeyFormatMapper implements TwoWayKey2StringMapper {
private final Formatter