Interface ViewLinkSubMarshallerFactory
- All Known Implementing Classes:
ViewLinkSubMarshallerFactoryImpl
public interface ViewLinkSubMarshallerFactory
A factory for creating the Marshallers required by the ResourceIdentifier specific "higher level" link marshallers.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
newLinkBodyMarshaller
Marshaller<Link> newLinkBodyMarshaller() -
newUnresolvedLinkMarshaller
Marshaller<UnresolvedLink> newUnresolvedLinkMarshaller() -
newUnresolvedLinkBodyMarshaller
Marshaller<Link> newUnresolvedLinkBodyMarshaller()
-