Class TypeConverters.SecurityProviderConverter

  • All Implemented Interfaces:
    TypeConverter<java.security.Provider>
    Enclosing class:
    TypeConverters

    @Plugin(name="SecurityProvider",
            category="TypeConverter")
    public static class TypeConverters.SecurityProviderConverter
    extends java.lang.Object
    implements TypeConverter<java.security.Provider>
    Converts a String into a Provider.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.Provider convert​(java.lang.String s)
      Converts a String to a given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecurityProviderConverter

        public SecurityProviderConverter()
    • Method Detail

      • convert

        public java.security.Provider convert​(java.lang.String s)
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<java.security.Provider>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.