Package org.rumbledb.context
Class InScopeSchemaTypes
java.lang.Object
org.rumbledb.context.InScopeSchemaTypes
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable,Serializable
public class InScopeSchemaTypes
extends Object
implements Serializable, com.esotericsoftware.kryo.KryoSerializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInScopeSchemaType(ItemType type, ExceptionMetadata meta) booleanvoidgetInScopeSchemaType(Name name) voidimportModuleTypes(InScopeSchemaTypes inScopeSchemaTypes) voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Constructor Details
-
InScopeSchemaTypes
public InScopeSchemaTypes()
-
-
Method Details
-
clearInScopeSchemaTypes
public void clearInScopeSchemaTypes() -
addInScopeSchemaType
-
checkInScopeSchemaTypeExists
-
getInScopeSchemaType
-
getInScopeSchemaTypes
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
writein interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
readin interfacecom.esotericsoftware.kryo.KryoSerializable
-
importModuleTypes
-