Uses of Interface
org.glassfish.hk2.api.ValidationService
Packages that use ValidationService
Package
Description
-
Uses of ValidationService in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement ValidationService -
Uses of ValidationService in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ValidationServiceModifier and TypeClassDescriptionclass
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 ValidationServiceModifier and TypeFieldDescriptionprivate final LinkedHashSet
<ValidationService> ServiceLocatorImpl.allValidators
private final HashMap
<ValidationService, Boolean> SystemDescriptor.validationServiceCache
Methods in org.jvnet.hk2.internal that return types with arguments of type ValidationServiceModifier and TypeMethodDescriptionprivate LinkedHashSet
<ValidationService> ServiceLocatorImpl.getAllValidators()
Methods in org.jvnet.hk2.internal with parameters of type ValidationServiceModifier and TypeMethodDescriptionprivate 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.