public interface ValueConverter
Value.to(Class)
calls.Modifier and Type | Method and Description |
---|---|
Object |
convert(Value value,
Class type)
Convert simple to specific type.
|
boolean |
supports(Class type)
True if the converter applies for the given type.
|
Copyright © 2020. All rights reserved.