Uses of Interface
org.glassfish.hk2.api.Validator

Packages that use Validator
org.acme.security   
org.glassfish.hk2.api   
 

Uses of Validator in org.acme.security
 

Classes in org.acme.security that implement Validator
 class ValidatorImpl
          This is the true validator, and will run against every lookup and injection.
 

Methods in org.acme.security that return Validator
 Validator ValidationServiceImpl.getValidator()
           
 

Uses of Validator in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return Validator
 Validator ValidationService.getValidator()
          Returns the Validator that will be run whenever a Descriptor 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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.