Interface HalObject

  • All Known Implementing Classes:
    HalResource, Link

    @ProviderType
    public interface HalObject
    Simple interface to get access to the model of an HAL object.
    • Method Detail

      • getModel

        com.fasterxml.jackson.databind.JsonNode getModel()
        Returns the JSON model.
        Returns:
        Model