Package io.helidon.common.configurable
package io.helidon.common.configurable
General utilities that use
Config
.- See Also:
-
ClassDescription
AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.Fluent API builder forAllowList
.LruCache<K,V> Least recently used cache.LruCache.Builder<K,V> Fluent API builder forLruCache
.A representation of a resource that can be loaded from URL (Resource.create(URI)
), classpath (Resource.create(String)
), filesystem (Resource.create(Path)
, content in config (Resource.create(Config)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
.Source of aResource
.Supplier of a custom scheduled thread pool.A fluent API builder forScheduledThreadPoolSupplier
.Supplier of a custom thread pool with defaults appropriate for a thread-per-request server.AThreadPoolExecutor
with an extensible growth policy and queue state accessors.ARejectedExecutionHandler
that supports pool growth by re-attempting to add the task to the queue.Supplier of a custom thread pool.A fluent API builder forThreadPoolSupplier
.