Class AbstractJsonDataLoader<T>
java.lang.Object
com.regnosys.rosetta.common.serialisation.AbstractJsonDataLoader<T>
- All Implemented Interfaces:
DataLoader<T>,InputDataLoader<T>
- Direct Known Subclasses:
JsonLookupDataLoader,JsonProjectionDataLoader,JsonReportDataLoader
@Deprecated
public abstract class AbstractJsonDataLoader<T>
extends Object
implements DataLoader<T>, InputDataLoader<T>
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClassLoaderDeprecated.protected final URLDeprecated.Deprecated.protected final com.fasterxml.jackson.databind.ObjectMapperDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractJsonDataLoader(ClassLoader classLoader, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, URL descriptorPath, List<String> descriptorFileNames, Class<T> loadType, boolean loadInputFromFile) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.regnosys.rosetta.common.serialisation.InputDataLoader
loadInputFiles
-
Field Details
-
classLoader
Deprecated. -
rosettaObjectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapperDeprecated. -
descriptorPath
Deprecated. -
loadType
Deprecated.
-
-
Constructor Details
-
Method Details
-
load
Deprecated.- Specified by:
loadin interfaceDataLoader<T>
-
resolve
Deprecated. -
getInput
Deprecated. -
getDataItem
Deprecated.
-