public class ArrayPropertyFinder<T,E> extends AbstractIndexPropertyFinder<T>
classMeta| Constructor and Description |
|---|
ArrayPropertyFinder(ArrayClassMeta<T,E> arrayClassMeta) |
| Modifier and Type | Method and Description |
|---|---|
protected IndexedColumn |
extrapolateIndex(PropertyNameMatcher propertyNameMatcher) |
<E> ConstructorPropertyMeta<T,E> |
findConstructor(InstantiatorDefinition instantiatorDefinition) |
List<InstantiatorDefinition> |
getEligibleInstantiatorDefinitions() |
protected IndexedElement<T,E> |
getIndexedElement(IndexedColumn indexedColumn) |
protected boolean |
isValidIndex(IndexedColumn indexedColumn) |
findPropertypublic ArrayPropertyFinder(ArrayClassMeta<T,E> arrayClassMeta)
protected IndexedElement<T,E> getIndexedElement(IndexedColumn indexedColumn)
getIndexedElement in class AbstractIndexPropertyFinder<T>protected IndexedColumn extrapolateIndex(PropertyNameMatcher propertyNameMatcher)
extrapolateIndex in class AbstractIndexPropertyFinder<T>protected boolean isValidIndex(IndexedColumn indexedColumn)
isValidIndex in class AbstractIndexPropertyFinder<T>public List<InstantiatorDefinition> getEligibleInstantiatorDefinitions()
public <E> ConstructorPropertyMeta<T,E> findConstructor(InstantiatorDefinition instantiatorDefinition)
Copyright © 2015. All rights reserved.