Package org.verapdf.cli.commands
Class VeraCliArgParser.FeatureConverter
- java.lang.Object
-
- org.verapdf.cli.commands.VeraCliArgParser.FeatureConverter
-
- All Implemented Interfaces:
IStringConverter<FeatureObjectType>
- Enclosing class:
- VeraCliArgParser
public static final class VeraCliArgParser.FeatureConverter extends Object implements IStringConverter<FeatureObjectType>
-
-
Constructor Summary
Constructors Constructor Description FeatureConverter()
-
-
-
Method Detail
-
convert
public FeatureObjectType convert(String value)
- Specified by:
convertin interfaceIStringConverter<FeatureObjectType>- Returns:
- an object of type T created from the parameter value.
-
-