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 StringList
JavaField.annotations
protected StringList
ClassInspectionRequest.classNameExclusions
protected StringList
ClassInspectionRequest.fieldNameExclusions
protected StringList
JavaField.parameterizedTypes
Methods 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 TypeMethodDescriptionvoid
JavaField.setAnnotations
(StringList value) Sets the value of the annotations property.void
ClassInspectionRequest.setClassNameExclusions
(StringList value) Sets the value of the classNameExclusions property.void
ClassInspectionRequest.setFieldNameExclusions
(StringList value) Sets the value of the fieldNameExclusions property.void
JavaField.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 StringList
JsonInspectionRequest.fieldNameExclusions
protected StringList
JsonInspectionRequest.namespaceExclusions
protected StringList
JsonInspectionRequest.typeNameExclusions
Methods 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 TypeMethodDescriptionvoid
JsonInspectionRequest.setFieldNameExclusions
(StringList value) Sets the value of the fieldNameExclusions property.void
JsonInspectionRequest.setNamespaceExclusions
(StringList value) Sets the value of the namespaceExclusions property.void
JsonInspectionRequest.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 StringList
XmlField.annotations
protected StringList
XmlInspectionRequest.fieldNameExclusions
protected StringList
XmlInspectionRequest.namespaceExclusions
protected StringList
XmlInspectionRequest.typeNameExclusions
Methods 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 TypeMethodDescriptionvoid
XmlField.setAnnotations
(StringList value) Sets the value of the annotations property.void
XmlInspectionRequest.setFieldNameExclusions
(StringList value) Sets the value of the fieldNameExclusions property.void
XmlInspectionRequest.setNamespaceExclusions
(StringList value) Sets the value of the namespaceExclusions property.void
XmlInspectionRequest.setTypeNameExclusions
(StringList value) Sets the value of the typeNameExclusions property.