Uses of Interface
org.exoplatform.services.rest.impl.method.MethodInvokerFactory
Packages that use MethodInvokerFactory
-
Uses of MethodInvokerFactory in org.exoplatform.services.rest.impl
Fields in org.exoplatform.services.rest.impl declared as MethodInvokerFactoryModifier and TypeFieldDescriptionprotected final MethodInvokerFactoryRequestDispatcher.invokerFactoryprotected final MethodInvokerFactoryResourceBinder.invokerFactoryProducer of methods invokers.Constructors in org.exoplatform.services.rest.impl with parameters of type MethodInvokerFactoryModifierConstructorDescriptionRequestDispatcher(ResourceBinder resourceBinder, MethodInvokerFactory invokerFactory) Deprecated.RequestDispatcher(ResourceBinder resourceBinder, ProvidersRegistry providersRegistry, MethodInvokerFactory invokerFactory) ResourceBinder(org.exoplatform.container.ExoContainerContext containerContext, MethodInvokerFactory invokerFactory) -
Uses of MethodInvokerFactory in org.exoplatform.services.rest.impl.resource
Constructors in org.exoplatform.services.rest.impl.resource with parameters of type MethodInvokerFactoryModifierConstructorDescriptionAbstractResourceDescriptorImpl(Class<?> resourceClass, MethodInvokerFactory invokerFactory) Constructs new instance of AbstractResourceDescriptor.AbstractResourceDescriptorImpl(Object resource, MethodInvokerFactory invokerFactory) Constructs new instance of AbstractResourceDescriptor.ApplicationResource(String applicationId, Class<?> resourceClass, MethodInvokerFactory invokerFactory) ApplicationResource(String applicationId, Object resource, MethodInvokerFactory invokerFactory)