Uses of Interface
org.glassfish.hk2.api.ValidationService
-
Packages that use ValidationService Package Description org.glassfish.hk2.configuration.internal org.glassfish.hk2.internal org.jvnet.hk2.internal -
-
Uses of ValidationService in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement ValidationService Modifier and Type Class Description class
ConfigurationValidationService
-
Uses of ValidationService in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ValidationService Modifier and Type Class Description class
ImmediateHelper
The implementation of the immediate context. -
Uses of ValidationService in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type ValidationService Modifier and Type Field Description private java.util.LinkedHashSet<ValidationService>
ServiceLocatorImpl. allValidators
private java.util.HashMap<ValidationService,java.lang.Boolean>
SystemDescriptor. validationServiceCache
Methods in org.jvnet.hk2.internal that return types with arguments of type ValidationService Modifier and Type Method Description private java.util.LinkedHashSet<ValidationService>
ServiceLocatorImpl. getAllValidators()
Methods in org.jvnet.hk2.internal with parameters of type ValidationService Modifier and Type Method 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.
-