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