net.sf.mmm.util.value.base.AbstractRecursiveValueConverter 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.base;
import java.util.Objects;
import javax.inject.Inject;
import net.sf.mmm.util.value.api.ComposedValueConverter;
/**
* This is an abstract base-implementation for a {@link net.sf.mmm.util.value.api.ValueConverter} that
* performs recursive conversions on the {@link #getComposedValueConverter() owning-converter} for converting
* child values.
*
* @param
© 2015 - 2025 Weber Informatics LLC | Privacy Policy