Uses of Class
org.soulwing.prospecto.jaxrs.api.ModelPathSpec
-
Packages that use ModelPathSpec Package Description org.soulwing.prospecto.jaxrs.api org.soulwing.prospecto.jaxrs.runtime.path -
-
Uses of ModelPathSpec in org.soulwing.prospecto.jaxrs.api
Methods in org.soulwing.prospecto.jaxrs.api that return ModelPathSpec Modifier and Type Method Description ModelPathSpec[]value()Array of model path specs. -
Uses of ModelPathSpec in org.soulwing.prospecto.jaxrs.runtime.path
Methods in org.soulwing.prospecto.jaxrs.runtime.path with parameters of type ModelPathSpec Modifier and Type Method Description ModelPathModelPath. concat(ModelPathSpec modelPathSpec)Creates a new model path from this path concatenated with the sequence of model types on the givenModelPathSpecannotation.
-