Uses of Interface
org.glassfish.hk2.api.Validator
-
Packages that use Validator Package Description org.glassfish.hk2.api org.glassfish.hk2.configuration.internal org.glassfish.hk2.internal -
-
Uses of Validator in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return Validator Modifier and Type Method Description Validator
ValidationService. getValidator()
Returns theValidator
that will be run whenever aDescriptor
that passed the filter is to be looked up with the API or injected into an injection point, or on any bind or unbind operation. -
Uses of Validator in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement Validator Modifier and Type Class Description class
ConfiguredValidator
Methods in org.glassfish.hk2.configuration.internal that return Validator Modifier and Type Method Description Validator
ConfigurationValidationService. getValidator()
-
Uses of Validator in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement Validator Modifier and Type Class Description class
ImmediateHelper
The implementation of the immediate context.Methods in org.glassfish.hk2.internal that return Validator Modifier and Type Method Description Validator
ImmediateHelper. getValidator()
-