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