public interface ParamConverter<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParamConverter.Lazy |
| Modifier and Type | Method and Description |
|---|---|
T |
fromString(String value) |
String |
toString(T value) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.