Class ImmutableSubstringMap.SubstringMapBuilder<V>
java.lang.Object
io.quarkus.vertx.http.runtime.security.ImmutableSubstringMap.SubstringMapBuilder<V>
- Enclosing class:
- ImmutableSubstringMap<V>
-
Method Summary
Modifier and TypeMethodDescription(package private) ImmutableSubstringMap<V>build()keys()(package private) voidput(String key, V value, ImmutablePathMatcher<ImmutableSubstringMap.SubstringMatch<V>> subPathMatcher)
-
Method Details
-
put
void put(String key, V value, ImmutablePathMatcher<ImmutableSubstringMap.SubstringMatch<V>> subPathMatcher) -
keys
-
build
ImmutableSubstringMap<V> build()
-