public class MethodInvokingStringConversion extends Object implements StringConversion
| Constructor and Description |
|---|
MethodInvokingStringConversion(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(String raw)
Transform the given "raw" string" into an object of another type.
|
public MethodInvokingStringConversion(Method method)
public Object convert(String raw)
StringConversionconvert in interface StringConversionraw - the string to convertCopyright © 2019. All rights reserved.