class ByNameSingleExtractor<T>
extends java.lang.Object
implements java.util.function.Function<T,java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
propertyOrFieldName |
Constructor and Description |
---|
ByNameSingleExtractor(java.lang.String propertyOrFieldName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply(T input) |