Interface Resource<N extends Nature,C>

All Known Subinterfaces:
ForwardableResource<N,C>, StreamResource<N>, TextResource<N>
All Known Implementing Classes:
EmptyResource, ExceptionResource, JsonResource, MarkdownResource, MdxResource, YamlResource

public interface Resource<N extends Nature,C>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • nature

      N nature()
    • content

      C content()