Class BinaryFieldStorerThrowableStackTraceCreator
- java.lang.Object
-
- org.eclipse.serializer.persistence.binary.types.BinaryFieldStorerThrowableStackTraceCreator
-
- All Implemented Interfaces:
BinaryFieldStorerCreator<Throwable>
public class BinaryFieldStorerThrowableStackTraceCreator extends Object implements BinaryFieldStorerCreator<Throwable>
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description BinaryFieldStorerThrowableStackTraceCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryFieldStorer<?>create(boolean isEager, boolean switchByteOrder)Create a BinaryFieldStorer thats applicable for the specified byte order and lazy or eager storing behavior.FieldgetField()Get the Field that is handled by this BinaryFieldStorerCreator
-
-
-
Method Detail
-
getField
public Field getField()
Description copied from interface:BinaryFieldStorerCreatorGet the Field that is handled by this BinaryFieldStorerCreator- Specified by:
getFieldin interfaceBinaryFieldStorerCreator<Throwable>- Returns:
- the handled field.
-
create
public BinaryFieldStorer<?> create(boolean isEager, boolean switchByteOrder)
Description copied from interface:BinaryFieldStorerCreatorCreate a BinaryFieldStorer thats applicable for the specified byte order and lazy or eager storing behavior.- Specified by:
createin interfaceBinaryFieldStorerCreator<Throwable>- Parameters:
isEager- true if eager storing behavior.switchByteOrder- true if byte order switch.- Returns:
- a new BinaryFieldStorer.
-
-