Class AbstractHashConfigurationSource.HashListConfigurationQuery<A,B extends AbstractHashConfigurationSource<A,B>>

java.lang.Object
io.inverno.mod.configuration.AbstractHashConfigurationSource.HashListConfigurationQuery<A,B>
Type Parameters:
A - raw configuration value type
B - the hash configuration source type
All Implemented Interfaces:
ListConfigurationQuery<AbstractHashConfigurationSource.HashListConfigurationQuery<A,B>>
Enclosing class:
AbstractHashConfigurationSource<A,B extends AbstractHashConfigurationSource<A,B>>

public static class AbstractHashConfigurationSource.HashListConfigurationQuery<A,B extends AbstractHashConfigurationSource<A,B>> extends Object implements ListConfigurationQuery<AbstractHashConfigurationSource.HashListConfigurationQuery<A,B>>

The list configuration query used by a hash configuration source.

Since:
1.4
Author:
Jeremy Kuhn
See Also: