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 ValidatorValidationService. getValidator()Returns theValidatorthat will be run whenever aDescriptorthat 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 classConfiguredValidatorMethods in org.glassfish.hk2.configuration.internal that return Validator Modifier and Type Method Description ValidatorConfigurationValidationService. getValidator() -
Uses of Validator in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement Validator Modifier and Type Class Description classImmediateHelperThe implementation of the immediate context.Methods in org.glassfish.hk2.internal that return Validator Modifier and Type Method Description ValidatorImmediateHelper. getValidator()
-