@FunctionalInterface public interface PropertyExtractor
Modifier and Type | Method and Description |
---|---|
ValueOption<?> |
extract(Object dataModel)
Returns the target property in the data model.
|
ValueOption<?> extract(Object dataModel)
dataModel
- the target data modelnull
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.