Uses of Class
org.soulwing.prospecto.jaxrs.api.TemplateResolver
-
Packages that use TemplateResolver Package Description org.soulwing.prospecto.jaxrs.runtime.discovery -
-
Uses of TemplateResolver in org.soulwing.prospecto.jaxrs.runtime.discovery
Methods in org.soulwing.prospecto.jaxrs.runtime.discovery with parameters of type TemplateResolver 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.
-