Class RemovePrefix

    • Constructor Detail

      • RemovePrefix

        @DataBoundConstructor
        public RemovePrefix​(String prefix)
    • Method Detail

      • getPrefix

        public String getPrefix()
      • setPrefix

        @DataBoundSetter
        public void setPrefix​(String prefix)
      • transform

        public String transform​(String str)
        Description copied from class: NameTransformer
        Transform the string using some operation.
        Specified by:
        transform in class NameTransformer
        Parameters:
        str - the raw string
        Returns:
        the transformed string
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object