@Plugin(name="SecurityProvider", category="TypeConverter") public static class TypeConverters.SecurityProviderConverter extends java.lang.Object implements TypeConverter<java.security.Provider>
String into a Provider.| Constructor and Description |
|---|
SecurityProviderConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.security.Provider |
convert(java.lang.String s)
Converts a String to a given type.
|
public java.security.Provider convert(java.lang.String s)
TypeConverterconvert in interface TypeConverter<java.security.Provider>s - the String to convert. Cannot be null.