T - public static interface ValueMatcher.ValueConverter<T>
| Modifier and Type | Method and Description |
|---|---|
ValueComparator |
convert(T val)
Called to convert an object of a registered class.
|
T |
getElementAndValue(T val)
Called to get a property or parameter object containing only the value.
|
List<T> |
getNormalized(T val)
Return either a single valued set or a set with the values split into
separate objects
|
ValueComparator convert(T val)
val - T getElementAndValue(T val)
val - Copyright © 2016 Bedework. All rights reserved.