public interface PropertyFinder<T>
| 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() |
<E> PropertyMeta<T,E> findProperty(PropertyNameMatcher propertyNameMatcher)
List<ConstructorDefinition<T>> getEligibleConstructorDefinitions()
<E> ConstructorPropertyMeta<T,E> findConstructor(ConstructorDefinition<T> constructorDefinition)
Copyright © 2015. All rights reserved.