Index
All Classes and Interfaces|All Packages|Serialized Form
B
- bootstrap() - Static method in interface jakarta.config.Loader
- bootstrap(ClassLoader) - Static method in interface jakarta.config.Loader
-
Bootstraps a
Loaderinstance for subsequent usage.
C
- ConfigException - Exception Class in jakarta.config
-
A
RuntimeExceptionthrown when a problem is encountered in an implementation of the Jakarta Config specfication. - ConfigException() - Constructor for exception class jakarta.config.ConfigException
-
Creates a new
ConfigException. - ConfigException(String) - Constructor for exception class jakarta.config.ConfigException
-
Creates a new
ConfigException. - ConfigException(String, Throwable) - Constructor for exception class jakarta.config.ConfigException
-
Creates a new
ConfigException. - ConfigException(Throwable) - Constructor for exception class jakarta.config.ConfigException
-
Creates a new
ConfigException. - Configuration - Annotation Interface in jakarta.config
-
This annotation is to mark an interface to contain configuration data.
E
- equals(Object) - Method in class jakarta.config.TypeToken
- erase() - Method in class jakarta.config.TypeToken
-
Returns the type erasure of this
TypeToken's modeledType, ornullif erasing theTypewould result in a non-Classerasure (in which case the erasure is simply theTypeitself), or if an erasure cannot be determined.
H
- hashCode() - Method in class jakarta.config.TypeToken
J
- jakarta.config - package jakarta.config
-
Jakarta Config.
- jakarta.config.api - module jakarta.config.api
-
Jakarta Config API.
L
- load(TypeToken<T>) - Method in interface jakarta.config.Loader
-
Loads a configuration-related object of the supplied
typeand returns it. - load(Class<T>) - Method in interface jakarta.config.Loader
-
Loads a configuration-related object of the supplied
typeand returns it. - Loader - Interface in jakarta.config
-
A loader of configuration-related objects.
N
- NoSuchObjectException - Exception Class in jakarta.config
-
A
ConfigExceptionthrown when a configuration-related object was not found. - NoSuchObjectException() - Constructor for exception class jakarta.config.NoSuchObjectException
-
Creates a new
NoSuchObjectException. - NoSuchObjectException(String) - Constructor for exception class jakarta.config.NoSuchObjectException
-
Creates a new
NoSuchObjectException. - NoSuchObjectException(String, Throwable) - Constructor for exception class jakarta.config.NoSuchObjectException
-
Creates a new
NoSuchObjectException. - NoSuchObjectException(Throwable) - Constructor for exception class jakarta.config.NoSuchObjectException
-
Creates a new
NoSuchObjectException.
P
- path() - Element in annotation interface jakarta.config.Configuration
-
The configuration path identifies where the configuration relevant for the annotated configuration class is found in a given application's persistent configuration.
- path(String) - Method in interface jakarta.config.Loader
-
Return a new instance of a
Loaderwith the configuration path set.
T
- toString() - Method in class jakarta.config.TypeToken
- type() - Method in class jakarta.config.TypeToken
- TypeToken<T> - Class in jakarta.config
-
A holder of a modeled
Typethat embodies Gafter's gadget. - TypeToken() - Constructor for class jakarta.config.TypeToken
-
Creates a new
TypeToken.
All Classes and Interfaces|All Packages|Serialized Form