T - Type of the conversion resultpublic interface SpannerClientLibrariesConverter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class<?> inputClass,
Class<?> resultClass) |
T |
convert(Object input) |
Copyright © 2021 Google LLC. All rights reserved.