Uses of Class
edu.suffolk.litlab.efspserver.services.EndpointReflection.Endpoint
Packages that use EndpointReflection.Endpoint
-
Uses of EndpointReflection.Endpoint in edu.suffolk.litlab.efspserver.services
Methods in edu.suffolk.litlab.efspserver.services that return types with arguments of type EndpointReflection.EndpointModifier and TypeMethodDescriptionEndpointReflection.findRESTEndpoints
(List<Class> classes) Returns REST endpoints defined in Java classes in the specified package.EndpointReflection.makeRestEndpoints
(List<Method> methods, Class<?> clazz) EndpointReflection.replacePathParam
(Collection<EndpointReflection.Endpoint> endpoints, Map<String, String> paramVals) Method parameters in edu.suffolk.litlab.efspserver.services with type arguments of type EndpointReflection.EndpointModifier and TypeMethodDescriptionEndpointReflection.endPointsToMap
(Collection<EndpointReflection.Endpoint> endpoints) EndpointReflection.replacePathParam
(Collection<EndpointReflection.Endpoint> endpoints, Map<String, String> paramVals)