| Package | Description |
|---|---|
| org.sfm.map.impl |
Mapper partial implementation. |
| org.sfm.reflect.meta |
Class analyses.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyNameMatcher |
DefaultPropertyNameMatcherFactory.newInstance(FieldKey<?> key) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertyNameMatcher |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameMatcher |
IndexedColumn.getSubPropertyNameMatcher() |
PropertyNameMatcher |
PropertyNameMatcherFactory.newInstance(FieldKey<?> key) |
static PropertyNameMatcher |
DefaultPropertyNameMatcher.of(String value) |
PropertyNameMatcher |
PropertyNameMatcher.partialMatch(String property) |
PropertyNameMatcher |
DefaultPropertyNameMatcher.partialMatch(String property) |
| Modifier and Type | Method and Description |
|---|---|
Tuple2<String,PropertyNameMatcher> |
PropertyNameMatcher.speculativeMatch() |
Tuple2<String,PropertyNameMatcher> |
DefaultPropertyNameMatcher.speculativeMatch() |
| Modifier and Type | Method and Description |
|---|---|
protected IndexedColumn |
ArrayPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher) |
protected IndexedColumn |
TuplePropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher) |
protected abstract IndexedColumn |
AbstractIndexPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher) |
<E> PropertyMeta<T,E> |
OptionalPropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher) |
<E> PropertyMeta<T,E> |
DirectClassMeta.DirectPropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher) |
<E> PropertyMeta<T,E> |
PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher) |
<E> PropertyMeta<T,E> |
AbstractIndexPropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher) |
| Constructor and Description |
|---|
IndexedColumn(int indexValue,
PropertyNameMatcher subPropertyNameMatcher) |
Copyright © 2015. All rights reserved.