Package | Description |
---|---|
org.glassfish.hk2.configuration.internal | |
org.glassfish.hk2.internal | |
org.jvnet.hk2.internal |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationValidationService |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateHelper
The implementation of the immediate context.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedHashSet<ValidationService> |
ServiceLocatorImpl.allValidators |
private java.util.HashMap<ValidationService,java.lang.Boolean> |
SystemDescriptor.validationServiceCache |
Modifier and Type | Method and Description |
---|---|
private java.util.LinkedHashSet<ValidationService> |
ServiceLocatorImpl.getAllValidators() |
Modifier and Type | Method and Description |
---|---|
private boolean |
ServiceLocatorImpl.callValidate(ValidationService vs,
ValidationInformation vi)
Must have read lock held
|
(package private) boolean |
SystemDescriptor.isValidating(ValidationService service)
Gets the decision of the filter from this service.
|