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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Marshaller<Link>
newLinkBodyMarshaller()
Marshaller<Link>
newUnresolvedLinkBodyMarshaller()
Marshaller<UnresolvedLink>
newUnresolvedLinkMarshaller()
-
-
-
Method Detail
-
newLinkBodyMarshaller
Marshaller<Link> newLinkBodyMarshaller()
-
newUnresolvedLinkMarshaller
Marshaller<UnresolvedLink> newUnresolvedLinkMarshaller()
-
newUnresolvedLinkBodyMarshaller
Marshaller<Link> newUnresolvedLinkBodyMarshaller()
-
-