Interface DataProvider
- All Known Implementing Classes:
ByteArrayDataProvider,CommandModelDataProvider,StringDataProvider
@Contract
public interface DataProvider
Provides ability to convert some instance into
Implementations of this interface are located using standard
byte[] and back.Implementations of this interface are located using standard
ServiceLoader- Author:
- mmares
-
Method Summary
Modifier and TypeMethodDescriptionbooleantoInstance(InputStream stream, Class clazz) voidwriteToStream(Object o, OutputStream stream)
-
Method Details
-
accept
-
writeToStream
- Throws:
IOException
-
toInstance
- Throws:
IOException
-