@Version("1.0.0")
Package com.adobe.granite.haf.converter.api
ADOBE CONFIDENTIAL
__________________
Copyright 2017 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe Systems Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Adobe Systems Incorporated and its
suppliers and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe Systems Incorporated.
-
Interface Summary Interface Description ContentType An interface that models a content type used by the framework to do the content negotation in order to choose the HypermediaConverter to be used to serialize the model.ConverterContext A context object providing useful information from the request.ConverterResponse An object describing the response from a HypermediaConverter serializing a resource.ConverterResponseBuilder A builder for creating ConverterResponse objects.ConverterResponseBuilderFactory Factory for creating a ConverterResponseBuilder.HypermediaConverter Interface for a hypermedia converter that can render a Resource into a particular hypermedia type.HypermediaConverterFactory Factory for retrieving HypermediaConverter instancesPaginatableHypermediaConverter Interface for a hypermedia converter that can render a Resource with paginated entities into a particular hypermedia type.