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

cn.featherfly.hammer.mapping.MappingFactory Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version

package cn.featherfly.hammer.mapping;

/**
 * 

* MappingFactory *

* * @author zhongj * @since 0.1.0 * @version 0.1.0 */ public interface MappingFactory { /** * getClassMapping * * @param type * @param type type * @return ClassMapping */ ClassMapping getClassMapping(Class type); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy