Class ConfigurationKey<T>


  • public final class ConfigurationKey<T>
    extends java.lang.Object
    An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig. It also holds the value's type, which is defined in the generic argument.
    See Also:
    AbstractQueryConfig
    • Method Detail

      • newInstance

        public static <T> ConfigurationKey<T> newInstance()
        Creates a new instance.
        Type Parameters:
        T - the value's type
        Returns:
        a new instance