Class ImmutableSubstringMap<V>

java.lang.Object
io.quarkus.vertx.http.runtime.security.ImmutableSubstringMap<V>

public class ImmutableSubstringMap<V> extends Object
A string keyed map that can be accessed as a substring, eliminating the need to allocate a new string to do a key comparison against.