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