Class RuntimeBundleLinkRelationProvider

  • All Implemented Interfaces:
    org.springframework.hateoas.server.LinkRelationProvider, org.springframework.plugin.core.Plugin<org.springframework.hateoas.server.LinkRelationProvider.LookupContext>

    @Order(-2147483648)
    public class RuntimeBundleLinkRelationProvider
    extends Object
    implements org.springframework.hateoas.server.LinkRelationProvider
    • Constructor Detail

      • RuntimeBundleLinkRelationProvider

        public RuntimeBundleLinkRelationProvider()
    • Method Detail

      • getItemResourceRelFor

        public org.springframework.hateoas.LinkRelation getItemResourceRelFor​(Class<?> aClass)
        Specified by:
        getItemResourceRelFor in interface org.springframework.hateoas.server.LinkRelationProvider
      • getCollectionResourceRelFor

        public org.springframework.hateoas.LinkRelation getCollectionResourceRelFor​(Class<?> aClass)
        Specified by:
        getCollectionResourceRelFor in interface org.springframework.hateoas.server.LinkRelationProvider
      • supports

        public boolean supports​(org.springframework.hateoas.server.LinkRelationProvider.LookupContext delimiter)
        Specified by:
        supports in interface org.springframework.hateoas.server.LinkRelationProvider
        Specified by:
        supports in interface org.springframework.plugin.core.Plugin<org.springframework.hateoas.server.LinkRelationProvider.LookupContext>