org.sfm.reflect.meta
public class DirectClassMeta.DirectPropertyFinder extends Object implements PropertyFinder<T>
| Constructor and Description |
|---|
DirectClassMeta.DirectPropertyFinder() |
| Modifier and Type | Method and Description |
|---|---|
<E> ConstructorPropertyMeta<T,E> |
findConstructor(ConstructorDefinition<T> constructorDefinition) |
<E> PropertyMeta<T,E> |
findProperty(PropertyNameMatcher propertyNameMatcher) |
List<ConstructorDefinition<T>> |
getEligibleConstructorDefinitions() |
public DirectClassMeta.DirectPropertyFinder()
public <E> PropertyMeta<T,E> findProperty(PropertyNameMatcher propertyNameMatcher)
findProperty in interface PropertyFinder<T>public List<ConstructorDefinition<T>> getEligibleConstructorDefinitions()
getEligibleConstructorDefinitions in interface PropertyFinder<T>public <E> ConstructorPropertyMeta<T,E> findConstructor(ConstructorDefinition<T> constructorDefinition)
findConstructor in interface PropertyFinder<T>Copyright © 2015. All rights reserved.