Uses of Interface
net.anwiba.commons.reference.utilities.IContentType
-
Packages that use IContentType Package Description net.anwiba.commons.reference.utilities -
-
Uses of IContentType in net.anwiba.commons.reference.utilities
Classes in net.anwiba.commons.reference.utilities that implement IContentType Modifier and Type Class Description classContentTypeMethods in net.anwiba.commons.reference.utilities that return IContentType Modifier and Type Method Description static IContentTypeContentType. from(java.lang.String primaryType, java.lang.String subType)static IContentTypeContentType. from(java.lang.String primaryType, java.lang.String subType, IVersion version, IParameters parameters)Methods in net.anwiba.commons.reference.utilities that return types with arguments of type IContentType Modifier and Type Method Description static IOptional<IContentType,java.lang.RuntimeException>ContentType. from(java.lang.String contentType)static IOptional<IContentType,java.lang.RuntimeException>ContentType. getByFileExtension(java.lang.String extension)
-