Interface IMemoryConnectionDescription
-
- All Superinterfaces:
IConnectionDescription,java.io.Serializable
- All Known Implementing Classes:
MemoryConnectionDescription
public interface IMemoryConnectionDescription extends IConnectionDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMemoryConnectionDescriptionadapt(IAuthentication authentication)<T> TgetContent()java.lang.Class<?>getContentClass()java.lang.StringgetMimeType()java.time.ZonedDateTimegetTimeStamp()-
Methods inherited from interface net.anwiba.commons.datasource.connection.IConnectionDescription
getAuthentication, getDataSourceType, getFormat, getURI, getUrl, getVersion
-
-
-
-
Method Detail
-
adapt
IMemoryConnectionDescription adapt(IAuthentication authentication)
- Specified by:
adaptin interfaceIConnectionDescription
-
getTimeStamp
java.time.ZonedDateTime getTimeStamp()
-
getContentClass
java.lang.Class<?> getContentClass()
-
getContent
<T> T getContent()
-
getMimeType
java.lang.String getMimeType()
-
-