Interface StringStamper

All Known Implementing Classes:
StringStamper.Default, StringSubstituter

public interface StringStamper
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  StringStamper.Default  
  • Method Summary

    Modifier and Type Method Description
    String stampString​(char[] chars, int offset, int length)  
  • Method Details