All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.getperka.flatpack.client.dto.package.json Maven / Gradle / Ivy

There is a newer version: 2.21.0
Show newest version
{
  "com.getperka.flatpack.client.dto.TypeDescription": "Associates a {@link com.getperka.flatpack.ext.Type Type} with a documentation string.",
  "com.getperka.flatpack.client.dto.ParameterDescription": "Describes a path or query parameter in {@link com.getperka.flatpack.client.dto.EndpointDescription EndpointDescription}.",
  "com.getperka.flatpack.client.dto.EntityDescription": "A description of an entity type.",
  "com.getperka.flatpack.client.dto.EntityDescription:isPersistent()": "Indicates that instance of the the type may be persisted by the server. This hint can be used\n to reduce payload sizes by transmitting only mutated properties.",
  "com.getperka.flatpack.client.dto.EndpointDescription": "Describes an HTTP request endpoint.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getDocString()": "A documentation string describing the endpoint.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getEntity()": "The expected entity type for the request. Generally, the HTTP POST body.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getExtraReturnData()": "Describes entities that may be added to a \"bag-style\" payload in addition to entities directly\n reachable from the payload's value.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getMethod()": "The HTTP method used to access the endpoint.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getPath()": "The path used to access the endpoint.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getPathParameters()": "Describes any parameters embedded in {@link com.getperka.flatpack.client.dto.EndpointDescription:getPath() #getPath()}.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getQueryParameters()": "Describes any query parameters for the endpoint.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getReturnDocString()": "Provides additional information about the return value. This is analogous to a JavaDoc\n @return.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getReturnType()": "The expected contents for the HTTP response.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getRoleNames()": "Return the role names that are allowed to access the endpoint. A null value means that\n all roles are allowed, while a zero-length value means that no roles are allowed.",
  "com.getperka.flatpack.client.dto.EndpointDescription:getTraversalMode()": "The default traversal mode for data returned from the endpoint.",
  "com.getperka.flatpack.client.dto.ApiDescription": "A description of the entities contained within an API."
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy