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

org.sfm.map.impl.GetterFactory Maven / Gradle / Ivy

package org.sfm.map.impl;

import java.lang.reflect.Type;

import org.sfm.reflect.Getter;

public interface GetterFactory {
	public 

Getter newGetter(final Type genericType, K key); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy