All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.content.commons.mappingcontext.NameProvider Maven / Gradle / Ivy

package org.springframework.content.commons.mappingcontext;

@FunctionalInterface
public interface NameProvider {

    String name(String fieldName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy