F
- input argument type this transformer can process.T
- output argument type this transformer produces.public interface QueryArgumentTransformer<F,T>
See Custom query argument transformation for usage.
Modifier and Type | Method and Description |
---|---|
Class<T> |
getTargetType() |
T |
transform(F argument)
Performs query argument transformation.
|
Copyright © 2008–2017. All rights reserved.