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