net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-util-value Show documentation
Show all versions of mmm-util-value Show documentation
This project provides common utitlities to for converting values.
The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.value.impl;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.sf.mmm.util.collection.api.SetFactory;
import net.sf.mmm.util.collection.base.ConcurrentHashSetFactory;
import net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArg;
/**
* This is an abstract base implementation of {@link net.sf.mmm.util.value.api.ValueConverter} that extends
* {@link AbstractValueConverterToCompatiblePojo} and adds tolerance for unmatched properties. Instead of throwing an
* exception the first usage of an unmatched setter is logged once as warning.
*
* @param
© 2015 - 2024 Weber Informatics LLC | Privacy Policy