org.sfm.reflect.meta.PropertyFinder Maven / Gradle / Ivy
package org.sfm.reflect.meta;
import java.util.List;
import org.sfm.reflect.asm.ConstructorDefinition;
public interface PropertyFinder {
public PropertyMeta findProperty(PropertyNameMatcher propertyNameMatcher);
public PropertyMeta findProperty(String propertyName);
public List> getEligibleConstructorDefinitions();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy