Uses of Class
io.atlasmap.v2.StringList
-
Uses of StringList in io.atlasmap.java.v2
Modifier and TypeFieldDescriptionprotected StringList
JavaField.annotations
protected StringList
ClassInspectionRequest.classNameExclusions
protected StringList
ClassInspectionRequest.fieldNameExclusions
protected StringList
JavaField.parameterizedTypes
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected StringList
JsonInspectionRequest.fieldNameExclusions
protected StringList
JsonInspectionRequest.namespaceExclusions
protected StringList
JsonInspectionRequest.typeNameExclusions
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected StringList
XmlField.annotations
protected StringList
XmlInspectionRequest.fieldNameExclusions
protected StringList
XmlInspectionRequest.namespaceExclusions
protected StringList
XmlInspectionRequest.typeNameExclusions
Modifier 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.Modifier 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.