Class Constants
java.lang.Object
com.github.jamesross03.pop_parser.Constants
Defines constants used throughout the pop-parser library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map
<Class<? extends Record>, Function<RecordFormat, RecordFactory<? extends Record>>> Map of <Record
subclass,RecordFactory
subclass instance> pairs used to get corresponding factory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FACTORY_MAP
public static final Map<Class<? extends Record>,Function<RecordFormat, FACTORY_MAPRecordFactory<? extends Record>>> Map of <Record
subclass,RecordFactory
subclass instance> pairs used to get corresponding factory.
-
-
Constructor Details
-
Constants
public Constants()
-