Uses of Class
com.janeirodigital.shapetrees.core.resources.RelationAttributes
Packages that use RelationAttributes
Package
Description
Implementation of
client-side
shape tree validation using the OkHttp HTTP client for Java.
-
Uses of RelationAttributes in com.janeirodigital.shapetrees.client.okhttp
Methods in com.janeirodigital.shapetrees.client.okhttp that return RelationAttributes -
Uses of RelationAttributes in com.janeirodigital.shapetrees.core.helpers
Methods in com.janeirodigital.shapetrees.core.helpers that return RelationAttributesModifier and TypeMethodDescriptionstatic RelationAttributesDocumentResponseHelper.getLinkRelations(DocumentResponse response) Extracts HTTP Link Relations from the HTTP Headers of the providedresponse. -
Uses of RelationAttributes in com.janeirodigital.shapetrees.core.resources
Methods in com.janeirodigital.shapetrees.core.resources that return RelationAttributesModifier and TypeMethodDescriptionstatic RelationAttributesResourceAttributes.parseLinkHeaders(List<String> headerValues) Re-use HttpClientHeaders to capture link headers as a mapping from link relation to list of values This is really a constructor but a named static function clarifies its intention.