Package com.pullreports.export.request
Interface FilterValue
public interface FilterValue
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<FilterValue>
static List<FilterValue>
coerceValue
(Class<?> type) getValue()
-
Field Details
-
TIME_FORMAT_SHORT
- See Also:
-
TIME_FORMAT_LONG
- See Also:
-
DATE_FORMAT_SHORT
- See Also:
-
DATE_FORMAT_MEDIUM
- See Also:
-
DATE_FORMAT_LONG
- See Also:
-
-
Method Details
-
getValue
Object getValue() -
coerceValue
- Parameters:
type
- The type to coerce into the parameter type.- Returns:
- the value coerced to the given parameter type. For instance,
if the value is a String, passing
java.lang.Number
as the type would return a Number parsed from the value.
-
asList
-
asList
-