Uses of Class
org.soulwing.prospecto.jaxrs.runtime.path.ModelPath
-
Packages that use ModelPath Package Description org.soulwing.prospecto.jaxrs.api org.soulwing.prospecto.jaxrs.runtime Resource location resolver APIorg.soulwing.prospecto.jaxrs.runtime.discovery org.soulwing.prospecto.jaxrs.runtime.path -
-
Uses of ModelPath in org.soulwing.prospecto.jaxrs.api
Constructors in org.soulwing.prospecto.jaxrs.api with parameters of type ModelPath Constructor Description AmbiguousPathResolutionException(ModelPath modelPath, List<ResourceDescriptor> methodDescriptors) -
Uses of ModelPath in org.soulwing.prospecto.jaxrs.runtime
Methods in org.soulwing.prospecto.jaxrs.runtime that return ModelPath Modifier and Type Method Description ModelPathResourceDescriptor. modelPath()Gets the model path identified in aModelPathSpecannotation on the described resource.Methods in org.soulwing.prospecto.jaxrs.runtime with parameters of type ModelPath Modifier and Type Method Description booleanResourceDescriptor. matches(ModelPath modelPath)Tests whether the given model path matches this method descriptor.Constructors in org.soulwing.prospecto.jaxrs.runtime with parameters of type ModelPath Constructor Description ResourceNotFoundException(ModelPath modelPath) -
Uses of ModelPath in org.soulwing.prospecto.jaxrs.runtime.discovery
Methods in org.soulwing.prospecto.jaxrs.runtime.discovery with parameters of type ModelPath Modifier and Type Method Description Collection<ResourceDescriptor>ResourceMethodIntrospector. describe(Method method, String resourcePath, ModelPath modelPath, TemplateResolver templateResolver, ReflectionService reflectionService, ResourceTypeIntrospector typeIntrospector)Describes the specified JAX-RS resource to the given resolver.Collection<ResourceDescriptor>ResourceTypeIntrospector. describe(Class<?> type, String resourcePath, ModelPath modelPath, TemplateResolver templateResolver, ReflectionService reflectionService)Describes the specified JAX-RS resource.ResourceDescriptorResourceDescriptorFactory. newDescriptor(Class<?> type, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorResourceDescriptorFactory. newDescriptor(Method method, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorSimpleResourceDescriptorFactory. newDescriptor(Class<?> type, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver)ResourceDescriptorSimpleResourceDescriptorFactory. newDescriptor(Method method, String resourcePath, ModelPath modelPath, PathTemplateResolver templateResolver) -
Uses of ModelPath in org.soulwing.prospecto.jaxrs.runtime.path
Methods in org.soulwing.prospecto.jaxrs.runtime.path that return ModelPath Modifier and Type Method Description ModelPathModelPath. concat(Class<?>... path)Creates a new model path from this path concatenated with the given sequence of model types.ModelPathModelPath. concat(List<Class<?>> path)Creates a new model path from this path concatenated with the given sequence of model types.ModelPathModelPath. concat(ModelPathSpec modelPathSpec)Creates a new model path from this path concatenated with the sequence of model types on the givenModelPathSpecannotation.static ModelPathModelPath. with(Class<?>... path)Creates a new path object with the given sequence of model types.static ModelPathModelPath. with(List<Class<?>> path)Creates a new path object with the given sequence of model types.
-