Index

B C E H J L N P T 
All Classes and Interfaces|All Packages|Serialized Form

B

bootstrap() - Static method in interface jakarta.config.Loader
Bootstraps a Loader instance for subsequent usage using the context classloader.
bootstrap(ClassLoader) - Static method in interface jakarta.config.Loader
Bootstraps a Loader instance for subsequent usage.

C

ConfigException - Exception Class in jakarta.config
A RuntimeException thrown 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
Returns true if the supplied Object is equal to this TypeToken.
erase() - Method in class jakarta.config.TypeToken
Returns the type erasure of this TypeToken's modeled Type, or null if erasing the Type would result in a non-Class erasure (in which case the erasure is simply the Type itself), or if an erasure cannot be determined.

H

hashCode() - Method in class jakarta.config.TypeToken
Returns a hashcode for this TypeToken computed from the Type it models.

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 type and returns it.
load(Class<T>) - Method in interface jakarta.config.Loader
Loads a configuration-related object of the supplied type and returns it.
Loader - Interface in jakarta.config
A loader of configuration-related objects.

N

NoSuchObjectException - Exception Class in jakarta.config
A ConfigException thrown 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 Loader with the configuration path set.

T

toString() - Method in class jakarta.config.TypeToken
Returns a String representation of this TypeToken.
type() - Method in class jakarta.config.TypeToken
Returns the Type modeled by this TypeToken.
TypeToken<T> - Class in jakarta.config
A holder of a modeled Type that embodies Gafter's gadget.
TypeToken() - Constructor for class jakarta.config.TypeToken
Creates a new TypeToken.
B C E H J L N P T 
All Classes and Interfaces|All Packages|Serialized Form