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()
Type
getGenericType()
String
getName()
Class<?>
getValueClass()
Object
read(Object o)
void
write(Object o, Object value)
-