-
MethodDescriptionThis method should not be used any more because its signature does not allow type-safe invocations; use
ImmutableConfiguration.get(Class, String, Object)
instead which offers the same functionality; for instance, to query for an array of ints useint[] result = config.get(int[].class, "myArrayKey", someDefault);
.
DefaultLookups.ENVIRONMENT
.