Class ConvTestTypeWStringValueOf
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.converters.implicit.ConvTestTypeWStringValueOf
-
public class ConvTestTypeWStringValueOf extends Object
Part of the implicit Converter test. Sample class which has a valueOf(String) method- Author:
- Mark Struberg
-
-
Constructor Summary
Constructors Constructor Description ConvTestTypeWStringValueOf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVal()static ConvTestTypeWStringValueOfvalueOf(String val)
-
-
-
Method Detail
-
valueOf
public static ConvTestTypeWStringValueOf valueOf(String val)
-
getVal
public String getVal()
-
-