Uses of Interface
org.glassfish.jersey.server.internal.inject.ConfiguredValidator
Packages that use ConfiguredValidator
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal model related and routing helper classes.
Jersey server-side internal service provider contract (SPI) classes.
-
Uses of ConfiguredValidator in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type ConfiguredValidatorModifier and TypeFieldDescriptionprivate Supplier<ConfiguredValidator> ResourceMethodInvoker.Builder.configurationValidatorMethod parameters in org.glassfish.jersey.server.model with type arguments of type ConfiguredValidatorModifier and TypeMethodDescriptionResourceMethodInvoker.Builder.configurationValidator(Supplier<ConfiguredValidator> configurationValidator) Set global configuration validator.Constructors in org.glassfish.jersey.server.model with parameters of type ConfiguredValidatorModifierConstructorDescriptionprivateResourceMethodInvoker(ResourceMethodDispatcher.Provider dispatcherProvider, ResourceMethodInvocationHandlerProvider invocationHandlerProvider, ResourceMethod method, ProcessingProviders processingProviders, InjectionManager injectionManager, javax.ws.rs.core.Configuration globalConfig, ConfiguredValidator validator) -
Uses of ConfiguredValidator in org.glassfish.jersey.server.model.internal
Fields in org.glassfish.jersey.server.model.internal declared as ConfiguredValidatorModifier and TypeFieldDescriptionprivate final ConfiguredValidatorAbstractJavaResourceMethodDispatcher.validatorMethods in org.glassfish.jersey.server.model.internal with parameters of type ConfiguredValidatorModifier and TypeMethodDescriptionJavaResourceMethodDispatcherProvider.create(Invocable resourceMethod, InvocationHandler invocationHandler, ConfiguredValidator validator) ResourceMethodDispatcherFactory.create(Invocable resourceMethod, InvocationHandler handler, ConfiguredValidator validator) VoidVoidDispatcherProvider.create(Invocable resourceMethod, InvocationHandler handler, ConfiguredValidator validator) Constructors in org.glassfish.jersey.server.model.internal with parameters of type ConfiguredValidatorModifierConstructorDescription(package private)AbstractJavaResourceMethodDispatcher(Invocable resourceMethod, InvocationHandler methodHandler, ConfiguredValidator validator) Initialize common java resource method dispatcher structures.(package private)AbstractMethodParamInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)ObjectOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)ResponseOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)SseEventSinkInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator, int parameterIndex) (package private)TypeOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)VoidOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) privateVoidToVoidDispatcher(Invocable resourceMethod, InvocationHandler handler, ConfiguredValidator validator) -
Uses of ConfiguredValidator in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal with parameters of type ConfiguredValidatorModifier and TypeMethodDescriptionResourceMethodDispatcher.Provider.create(Invocable method, InvocationHandler handler, ConfiguredValidator validator) Create aresource method dispatcherfor a giveninvocable resource method.