T
- the Java type that needs to be convertedpublic interface Converter<T> extends MapperConverter
Modifier and Type | Interface and Description |
---|---|
static interface |
Converter.TypeAccess |
Modifier and Type | Method and Description |
---|---|
T |
fromString(java.lang.String text) |
java.lang.String |
toString(T instance) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.