Class ViewerObjectDescriptionCreator
java.lang.Object
one.microstream.storage.restadapter.ViewerObjectDescriptionCreator
public class ViewerObjectDescriptionCreator extends Object
Create a ViewerObjectDescription from the complex ObjectDescription type
-
Constructor Summary
Constructors Constructor Description ViewerObjectDescriptionCreator(ObjectDescription description, long fixedOffset, long fixedLength, long variableOffset, long variableLength, long valueLength)
-
Method Summary
Modifier and Type Method Description ViewerObjectDescription
create()
Create a ViewerObjectDescription Object
-
Constructor Details
-
ViewerObjectDescriptionCreator
public ViewerObjectDescriptionCreator(ObjectDescription description, long fixedOffset, long fixedLength, long variableOffset, long variableLength, long valueLength)
-
-
Method Details
-
create
Create a ViewerObjectDescription Object- Returns:
- ViewerObjectDescription
-