A B C F I L M N O P Q R S V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Stream) - Method in class nbbrd.service.ServiceDefinition.NoProcessing
B
- BASIC - nbbrd.service.Mutability
-
Mutable but not thread-safe
C
- CONCURRENT - nbbrd.service.Mutability
-
Mutable and thread-safe
F
- fallback() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies the fallback class to use if no service is available.
This option is only used in conjunction withQuantifier.SINGLE.
I
- isThreadSafe() - Method in enum nbbrd.service.Mutability
L
- loaderName() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies the fully qualified name of the loader.
M
- MULTIPLE - nbbrd.service.Quantifier
-
Match zero or more instances
- mutability() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies the mutability of the loader.
- Mutability - Enum in nbbrd.service
-
Specifies the type of mutability of a class.
N
- nbbrd.service - package nbbrd.service
- negate() - Method in annotation type nbbrd.service.ServiceFilter
-
Applies a logical negation.
- NONE - nbbrd.service.Mutability
-
Not mutable
- NoProcessing() - Constructor for class nbbrd.service.ServiceDefinition.NoProcessing
O
- OPTIONAL - nbbrd.service.Quantifier
-
Match zero or one instance
P
- position() - Method in annotation type nbbrd.service.ServiceFilter
-
Sets the filter ordering in case of multiple filters.
- position() - Method in annotation type nbbrd.service.ServiceSorter
-
Sets the sorter ordering in case of multiple sorters.
- preprocessor() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies the preprocessor class to be used in advanced preprocessing.
This operation happens between loading and storage.
It may include filtering, sorting and mapping.
Q
- quantifier() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies how many instances are returned by the loader.
- Quantifier - Enum in nbbrd.service
-
Specifies how many class instances are expected.
R
- reverse() - Method in annotation type nbbrd.service.ServiceSorter
-
Applies a reverse sorting.
S
- ServiceDefinition - Annotation Type in nbbrd.service
-
Declarative definition of a service that generates a specialized service loader that takes care of the loading and enforces a specific usage.
- ServiceDefinition.NoProcessing - Class in nbbrd.service
- ServiceFilter - Annotation Type in nbbrd.service
-
Specifies that a method must be used as a filter on a service.
- ServiceProvider - Annotation Type in nbbrd.service
-
Declarative registration of a service provider.
- ServiceProvider.List - Annotation Type in nbbrd.service
- ServiceSorter - Annotation Type in nbbrd.service
-
Specifies that a method must be used as a sorter on a service.
- SINGLE - nbbrd.service.Quantifier
-
Match exactly on instance
- singleton() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies if the loader must be a singleton.
V
- value() - Method in annotation type nbbrd.service.ServiceProvider.List
- value() - Method in annotation type nbbrd.service.ServiceProvider
-
The interface (or class) to register this implementation under.
This value is optional if the provider implements/extends exactly one interface/class. - valueOf(String) - Static method in enum nbbrd.service.Mutability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nbbrd.service.Quantifier
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nbbrd.service.Mutability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nbbrd.service.Quantifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wrapper() - Method in annotation type nbbrd.service.ServiceDefinition
-
Specifies the wrapper class to be used in basic preprocessing.
All Classes All Packages