Class StripSuffixEnumTransformationStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStrategyName()
      The name of the strategy.
      java.lang.String transform​(java.lang.String value, java.lang.String configuration)
      Transform the given value by using the given configuration.
      • Methods inherited from class java.lang.Object

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

      • StripSuffixEnumTransformationStrategy

        public StripSuffixEnumTransformationStrategy()
    • Method Detail

      • transform

        public java.lang.String transform​(java.lang.String value,
                                          java.lang.String configuration)
        Description copied from interface: EnumTransformationStrategy
        Transform the given value by using the given configuration.
        Specified by:
        transform in interface EnumTransformationStrategy
        Parameters:
        value - the value that should be transformed
        configuration - the configuration that should be used for the transformation
        Returns:
        the transformed value after applying the configuration