Uses of Enum Class
io.atlasmap.json.v2.InspectionType
Packages that use InspectionType
-
Uses of InspectionType in io.atlasmap.json.v2
Fields in io.atlasmap.json.v2 declared as InspectionTypeMethods in io.atlasmap.json.v2 that return InspectionTypeModifier and TypeMethodDescriptionstatic InspectionTypeDeprecated.JsonInspectionRequest.getType()Gets the value of the type property.static InspectionTypeDeprecated.Returns the enum constant of this class with the specified name.static InspectionType[]InspectionType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.json.v2 with parameters of type InspectionTypeModifier and TypeMethodDescriptionvoidJsonInspectionRequest.setType(InspectionType value) Sets the value of the type property.