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

org.sfm.reflect.meta.PropertyFinder Maven / Gradle / Ivy

package org.sfm.reflect.meta;

import java.util.List;

import org.sfm.reflect.ConstructorDefinition;

public interface PropertyFinder {

	public  PropertyMeta findProperty(PropertyNameMatcher propertyNameMatcher);

	public List> getEligibleConstructorDefinitions();

	public Class getClassToInstantiate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy