Uses of Class
io.atlasmap.v2.StringList
Packages that use StringList
-
Uses of StringList in io.atlasmap.java.v2
Fields in io.atlasmap.java.v2 declared as StringListModifier and TypeFieldDescriptionprotected StringListJavaField.annotationsprotected StringListClassInspectionRequest.classNameExclusionsprotected StringListClassInspectionRequest.fieldNameExclusionsprotected StringListJavaField.parameterizedTypesMethods in io.atlasmap.java.v2 that return StringListModifier and TypeMethodDescriptionJavaField.getAnnotations()Gets the value of the annotations property.ClassInspectionRequest.getClassNameExclusions()Gets the value of the classNameExclusions property.ClassInspectionRequest.getFieldNameExclusions()Gets the value of the fieldNameExclusions property.JavaField.getParameterizedTypes()Gets the value of the parameterizedTypes property.Methods in io.atlasmap.java.v2 with parameters of type StringListModifier and TypeMethodDescriptionvoidJavaField.setAnnotations(StringList value) Sets the value of the annotations property.voidClassInspectionRequest.setClassNameExclusions(StringList value) Sets the value of the classNameExclusions property.voidClassInspectionRequest.setFieldNameExclusions(StringList value) Sets the value of the fieldNameExclusions property.voidJavaField.setParameterizedTypes(StringList value) Sets the value of the parameterizedTypes property. -
Uses of StringList in io.atlasmap.json.v2
Fields in io.atlasmap.json.v2 declared as StringListModifier and TypeFieldDescriptionprotected StringListJsonInspectionRequest.fieldNameExclusionsprotected StringListJsonInspectionRequest.namespaceExclusionsprotected StringListJsonInspectionRequest.typeNameExclusionsMethods in io.atlasmap.json.v2 that return StringListModifier and TypeMethodDescriptionJsonInspectionRequest.getFieldNameExclusions()Gets the value of the fieldNameExclusions property.JsonInspectionRequest.getNamespaceExclusions()Gets the value of the namespaceExclusions property.JsonInspectionRequest.getTypeNameExclusions()Gets the value of the typeNameExclusions property.Methods in io.atlasmap.json.v2 with parameters of type StringListModifier and TypeMethodDescriptionvoidJsonInspectionRequest.setFieldNameExclusions(StringList value) Sets the value of the fieldNameExclusions property.voidJsonInspectionRequest.setNamespaceExclusions(StringList value) Sets the value of the namespaceExclusions property.voidJsonInspectionRequest.setTypeNameExclusions(StringList value) Sets the value of the typeNameExclusions property. -
Uses of StringList in io.atlasmap.xml.v2
Fields in io.atlasmap.xml.v2 declared as StringListModifier and TypeFieldDescriptionprotected StringListXmlField.annotationsprotected StringListXmlInspectionRequest.fieldNameExclusionsprotected StringListXmlInspectionRequest.namespaceExclusionsprotected StringListXmlInspectionRequest.typeNameExclusionsMethods in io.atlasmap.xml.v2 that return StringListModifier and TypeMethodDescriptionXmlField.getAnnotations()Gets the value of the annotations property.XmlInspectionRequest.getFieldNameExclusions()Gets the value of the fieldNameExclusions property.XmlInspectionRequest.getNamespaceExclusions()Gets the value of the namespaceExclusions property.XmlInspectionRequest.getTypeNameExclusions()Gets the value of the typeNameExclusions property.Methods in io.atlasmap.xml.v2 with parameters of type StringListModifier and TypeMethodDescriptionvoidXmlField.setAnnotations(StringList value) Sets the value of the annotations property.voidXmlInspectionRequest.setFieldNameExclusions(StringList value) Sets the value of the fieldNameExclusions property.voidXmlInspectionRequest.setNamespaceExclusions(StringList value) Sets the value of the namespaceExclusions property.voidXmlInspectionRequest.setTypeNameExclusions(StringList value) Sets the value of the typeNameExclusions property.