WebServicesController for GET, HEAD, and OPTIONS requests.MediaType values, which will
trigger Spring HATEOAS hypermedia annotation.TokenDetails.TokenOperations that
creates a user authentication token from hashed credentials and authentication time stamps.centromere-defaults.properties.POST /
Attempts to create a new record using the submitted entity.POST /
Attempts to create a new record using the submitted entity.POST / - Attempts to create a new entity record.QueryCriteria object based upon a request parameter and Evaluation
value.UserDetailsTokenDetails object, based upon submitted UserDetails.AbstractApiController that allows for
PUT, POST, and DELETE operations.DELETE /{id}
Attempts to delete the an entity identified by the submitted primary ID.DELETE /{id}
Attempts to delete the an entity identified by the submitted primary ID.DELETE /{id} - Attempts to delete a single entity record.FilteringJackson2HttpMessageConverterResponseEnvelope to identify filterable entities and
filters or includes fields based upon request parameters.Model classes.GET / - Fetches one or more records, with optional filtering, paging, or
sorting applied.GET /{id}
Fetches a single record by its primary ID and returns it, or a Not Found exception if not.GET /{id} - Fetches a single record by its primary ID.GET /distinct
Fetches the distinct values of the model attribute, field, which fulfill the given
query parameters.GET /distinct - Fetches a list of distinct field values.Model class and returns all of the available and acceptable query parameter
definitions, as a map of parameter names and QueryParameterDescriptor objects.model class definition.RestException thrown bt a web service
controller and returns an informative message.HEAD /**
Performs a test on the resource endpoints availability.HEAD /** - Tests whether the URL endpoint is available.ResourceAssemblerSupport, which automatically builds self
links, based upon the Model class's `getId()` method signature, and by inferring
related models by fields annotated with ForeignKey.OPTIONS /
Returns an information about the endpoint and available parameters.OPTIONS /** - Returns basic request information about URL the endpoint.AbstractApiController that
throws a MethodNotAllowedException when
POST, PUT, or DELETE operations are attempted.Model class definitions to remap any request attribute names in a
Pageable so that they match repository attribute names.Model attributes, converting it to
the appropriate repository field name for querying and sorting.FilteringJackson2HttpMessageConverterRestException errors.AttributeSourcedAliasTokenDetailsModel object into a FilterableResource, adding the appropriate links.PUT /{id}
Attempts to update an existing entity record, replacing it with the submitted entity.PUT /{id}
Attempts to update an existing entity record, replacing it with the submitted entity.PUT /{id} - Attempts to update an existing entity record.boolean verdictCopyright © 2016. All rights reserved.