Uses of Class
ai.vespa.validation.StringWrapper
Packages that use StringWrapper
-
Uses of StringWrapper in ai.vespa.http
Subclasses of StringWrapper in ai.vespa.http -
Uses of StringWrapper in ai.vespa.validation
Classes in ai.vespa.validation with type parameters of type StringWrapperModifier and TypeClassDescriptionclassStringWrapper<T extends StringWrapper<T>>Abstract wrapper for glorified strings, to ease adding new such wrappers.Subclasses of StringWrapper in ai.vespa.validationModifier and TypeClassDescriptionclassA name has from 1 to 64Stringcharacters which may be letters, numbers, dashes or underscores, and must start with a letter.classPatternedStringWrapper<T extends PatternedStringWrapper<T>>Helper to easily createStringWrapperclasses whose contents match a specific regex.