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 TypeClassDescriptionclassThe 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.allValidatorsprivate final HashMap<ValidationService, Boolean> SystemDescriptor.validationServiceCacheMethods 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 booleanServiceLocatorImpl.callValidate(ValidationService vs, ValidationInformation vi) Must have read lock held(package private) booleanSystemDescriptor.isValidating(ValidationService service) Gets the decision of the filter from this service.