com.github.antelopeframework.dynamicproperty.ValueConverter Maven / Gradle / Ivy
The newest version!
package com.github.antelopeframework.dynamicproperty;
public interface ValueConverter {
T convert(String value, Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy