Package com.intellij.util.xmlb
Interface Accessor
-
public interface Accessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation[]getAnnotations()TypegetGenericType()StringgetName()Class<?>getValueClass()Objectread(Object o)voidwrite(Object o, Object value)
-