Uses of Interface
org.glassfish.hk2.api.ValidationInformation
-
Packages that use ValidationInformation Package Description org.glassfish.hk2.api org.glassfish.hk2.configuration.internal org.glassfish.hk2.internal org.jvnet.hk2.internal -
-
Uses of ValidationInformation in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ValidationInformation Modifier and Type Method Description boolean
Validator. validate(ValidationInformation info)
This method is called whenever it has been determined that a validating class is to be injected into an injection point, or when a descriptor is being looked up explicitly with the API, or a descriptor is being bound or unbound into the registry. -
Uses of ValidationInformation in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal with parameters of type ValidationInformation Modifier and Type Method Description boolean
ConfiguredValidator. validate(ValidationInformation info)
-
Uses of ValidationInformation in org.glassfish.hk2.internal
Methods in org.glassfish.hk2.internal with parameters of type ValidationInformation Modifier and Type Method Description boolean
ImmediateHelper. validate(ValidationInformation info)
-
Uses of ValidationInformation in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ValidationInformation Modifier and Type Class Description class
ValidationInformationImpl
-