Package io.github.qishr.cascara.common.util
Interface ContentTypeResolver
java.lang.Object
io.github.qishr.cascara.common.util.ContentTypeResolver
All Implemented Interfaces:
ServiceProvider
All Known Implementing Classes:
ContentTypeStore
public interface ContentTypeResolver
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract ContentType | resolve(String type) |
Method Details
resolve
public abstract ContentType resolve(String type)