Class ProcessHalLinkFactory<T>

  • Type Parameters:
    T - This parameter should be of type HALResource
    Direct Known Subclasses:
    ProcessResourceHalLinkFactory

    public abstract class ProcessHalLinkFactory<T>
    extends HalLinkFactory<T,​RestResourceController>
    This abstract class offers an easily extendable HalLinkFactory class to use methods on the RestResourceController and make it more easy to read or define which methods should be found in the getMethodOn methods when building links
    • Constructor Detail

      • ProcessHalLinkFactory

        public ProcessHalLinkFactory()