public interface ValueConverterProvider extends TypeVisitor<ValueConverter,JsonProcessingException>
null
.Modifier and Type | Method and Description |
---|---|
boolean |
isSupported(Type type)
Indicates if a type is supported by this provider.
|
boolean isSupported(Type type)
visit(...)
method returns
a converter for the type. If the type is not supported then the visit(...)
method returns null
.type
- the type to checktrue
if the type is supported by this provider;
otherwise false
.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.