Uses of Enum
org.glassfish.hk2.api.Operation
Packages that use Operation
-
Uses of Operation in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return OperationModifier and TypeMethodDescriptionValidationInformation.getOperation()The operation that is to be performed, one of BIND - The candidate descriptor is being added to the system UNBIND - The candidate descriptor is being removed from the system LOOKUP - The candidate descriptor is being looked upstatic OperationReturns the enum constant of this type with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operation in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as OperationMethods in org.jvnet.hk2.internal that return OperationConstructors in org.jvnet.hk2.internal with parameters of type OperationModifierConstructorDescriptionValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate) Creates the validation informationValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter) Creates the validation information