(Binding<T, U> binding)
| 208 | // ------------------------------------------------------------------------ |
| 209 | |
| 210 | @Override |
| 211 | public final <U> Field<U> convert(Binding<T, U> binding) { |
| 212 | return coerce(getDataType().asConvertedDataType(binding)); |
| 213 | } |
| 214 | |
| 215 | @Override |
| 216 | public final <U> Field<U> convert(Converter<T, U> converter) { |
nothing calls this directly
no test coverage detected