public class DirectClassMeta.DirectPropertyFinder extends Object implements PropertyFinder<T>
| Constructor and Description |
|---|
DirectPropertyFinder() |
| Modifier and Type | Method and Description |
|---|---|
<E> ConstructorPropertyMeta<T,E> |
findConstructor(InstantiatorDefinition instantiatorDefinition) |
<E> PropertyMeta<T,E> |
findProperty(PropertyNameMatcher propertyNameMatcher) |
List<InstantiatorDefinition> |
getEligibleInstantiatorDefinitions() |
public <E> PropertyMeta<T,E> findProperty(PropertyNameMatcher propertyNameMatcher)
findProperty in interface PropertyFinder<T>public List<InstantiatorDefinition> getEligibleInstantiatorDefinitions()
getEligibleInstantiatorDefinitions in interface PropertyFinder<T>public <E> ConstructorPropertyMeta<T,E> findConstructor(InstantiatorDefinition instantiatorDefinition)
findConstructor in interface PropertyFinder<T>Copyright © 2015. All rights reserved.