Interface TextResource<N extends Nature>

All Superinterfaces:
Resource<N,String>
All Known Implementing Classes:
EmptyResource, ExceptionResource, JsonResource, MarkdownResource, MdxResource, YamlResource

public interface TextResource<N extends Nature> extends Resource<N,String>