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 boolean
DefaultSerializationFilter. accepts(Accessor accessor, Object bean)
boolean
SerializationFilter. accepts(Accessor accessor, Object bean)
boolean
SkipDefaultValuesSerializationFilters. 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)
-