public class LegacyPreprocessorDeserializer extends org.nd4j.serde.json.BaseLegacyDeserializer<InputPreProcessor>
BaseLegacyDeserializer| Constructor and Description |
|---|
LegacyPreprocessorDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDeserializedType() |
org.nd4j.shade.jackson.databind.ObjectMapper |
getLegacyJsonMapper() |
Map<String,String> |
getLegacyNamesMap() |
static void |
registerLegacyClassDefaultName(Class<? extends InputPreProcessor> clazz) |
static void |
registerLegacyClassSpecifiedName(String name,
Class<? extends InputPreProcessor> clazz) |
public Map<String,String> getLegacyNamesMap()
getLegacyNamesMap in class org.nd4j.serde.json.BaseLegacyDeserializer<InputPreProcessor>public org.nd4j.shade.jackson.databind.ObjectMapper getLegacyJsonMapper()
getLegacyJsonMapper in class org.nd4j.serde.json.BaseLegacyDeserializer<InputPreProcessor>public Class<?> getDeserializedType()
getDeserializedType in class org.nd4j.serde.json.BaseLegacyDeserializer<InputPreProcessor>public static void registerLegacyClassDefaultName(@NonNull
Class<? extends InputPreProcessor> clazz)
public static void registerLegacyClassSpecifiedName(@NonNull
String name,
@NonNull
Class<? extends InputPreProcessor> clazz)
Copyright © 2018. All rights reserved.