Uses of Enum
net.sansa_stack.spark.io.json.input.JsonDataSources.JsonSourceType
Packages that use JsonDataSources.JsonSourceType
-
Uses of JsonDataSources.JsonSourceType in net.sansa_stack.spark.io.json.input
Fields in net.sansa_stack.spark.io.json.input declared as JsonDataSources.JsonSourceTypeModifier and TypeFieldDescriptionprotected JsonDataSources.JsonSourceTypeJsonDataSources.JsonProbeResult.detectedTypeFields in net.sansa_stack.spark.io.json.input with type parameters of type JsonDataSources.JsonSourceTypeModifier and TypeFieldDescriptionprotected Map<JsonDataSources.JsonSourceType,Throwable> JsonDataSources.JsonProbeResult.exceptionsMethods in net.sansa_stack.spark.io.json.input that return JsonDataSources.JsonSourceTypeModifier and TypeMethodDescriptionJsonDataSources.JsonProbeResult.getDetectedType()Returns the enum constant of this type with the specified name.static JsonDataSources.JsonSourceType[]JsonDataSources.JsonSourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sansa_stack.spark.io.json.input that return types with arguments of type JsonDataSources.JsonSourceTypeConstructors in net.sansa_stack.spark.io.json.input with parameters of type JsonDataSources.JsonSourceTypeModifierConstructorDescriptionJsonProbeResult(JsonDataSources.JsonSourceType detectedType, Map<JsonDataSources.JsonSourceType, Throwable> exceptions) Constructor parameters in net.sansa_stack.spark.io.json.input with type arguments of type JsonDataSources.JsonSourceTypeModifierConstructorDescriptionJsonProbeResult(JsonDataSources.JsonSourceType detectedType, Map<JsonDataSources.JsonSourceType, Throwable> exceptions)