Class DigestPlexusConverter

java.lang.Object
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
io.github.ascopes.protobufmavenplugin.digests.DigestPlexusConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

public final class DigestPlexusConverter extends org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
Converter for Digests.
Since:
3.5.0
Author:
Ashley Scopes
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canConvert(Class<?> type)
     
    protected Object
     

    Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter

    fromConfiguration, fromExpression, fromString

    Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter

    failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject

    Methods inherited from class java.lang.Object

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

    • DigestPlexusConverter

      public DigestPlexusConverter()
  • Method Details

    • canConvert

      public boolean canConvert(Class<?> type)
    • fromString

      protected Object fromString(String str) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
      Overrides:
      fromString in class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
      Throws:
      org.codehaus.plexus.component.configurator.ComponentConfigurationException