public class ArrayPropertyFinder<T,E> extends Object implements PropertyFinder<T>
| Constructor and Description |
|---|
ArrayPropertyFinder(ArrayClassMeta<T,E> arrayClassMeta) |
| Modifier and Type | Method and Description |
|---|---|
<E> ConstructorPropertyMeta<T,E> |
findConstructor(ConstructorDefinition<T> constructorDefinition) |
PropertyMeta<T,?> |
findProperty(PropertyNameMatcher propertyNameMatcher) |
List<ConstructorDefinition<T>> |
getEligibleConstructorDefinitions() |
public ArrayPropertyFinder(ArrayClassMeta<T,E> arrayClassMeta)
public PropertyMeta<T,?> 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.