Uses of Interface
com.intellij.util.xmlb.Accessor
-
Packages that use Accessor Package Description com.intellij.util.xmlb -
-
Uses of Accessor in com.intellij.util.xmlb
Methods in com.intellij.util.xmlb with parameters of type Accessor Modifier and Type Method Description booleanDefaultSerializationFilter. accepts(Accessor accessor, Object bean)booleanSerializationFilter. accepts(Accessor accessor, Object bean)booleanSkipDefaultValuesSerializationFilters. accepts(Accessor accessor, Object bean)Constructors in com.intellij.util.xmlb with parameters of type Accessor Constructor Description AttributeBinding(Accessor accessor, Attribute attribute, com.intellij.util.xmlb.XmlSerializerImpl xmlSerializer)TextBinding(Accessor accessor, com.intellij.util.xmlb.XmlSerializerImpl xmlSerializer)
-