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 classConfigurationValidationService -
Uses of ValidationService in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ValidationService Modifier and Type Class Description classImmediateHelperThe 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. allValidatorsprivate java.util.HashMap<ValidationService,java.lang.Boolean>SystemDescriptor. validationServiceCacheMethods 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 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.
-