public class ExecutableBasedConverter<T> extends Object implements Converter<T>
| Constructor and Description |
|---|
ExecutableBasedConverter(Constructor<T> constructor) |
ExecutableBasedConverter(Method method) |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public ExecutableBasedConverter(Method method)
public ExecutableBasedConverter(Constructor<T> constructor)
Copyright © 2019–2020, microBean™. All rights reserved.