io.github.mmm.marshall.id.impl.StructuredIdMappingProviderDefault Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-marshall Show documentation
Show all versions of mmm-marshall Show documentation
API for marshalling and unmarshalling data.
The newest version!
package io.github.mmm.marshall.id.impl;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import io.github.mmm.marshall.id.StructuredIdMapping;
import io.github.mmm.marshall.id.StructuredIdMappingObject;
import io.github.mmm.marshall.id.StructuredIdMappingProvider;
/**
* Default implementation of {@link StructuredIdMappingProvider}.
*/
public class StructuredIdMappingProviderDefault implements StructuredIdMappingProvider {
private static final StructuredIdMappingProviderDefault INSTANCE = new StructuredIdMappingProviderDefault();
private final Map