메소드 | 설명 | |
---|---|---|
Read ( Class field, NodeMap node ) : void | ||
Resolve ( Class type, String value ) : void |
Here we are inserting an alias for a type. Each time the specified type is written the provided name is used and each time the name is found on reading it is substituted for the type so that it can be interpreted correctly.
|
|
Write ( Class field, NodeMap node ) : void |
메소드 | 설명 | |
---|---|---|
Manipulator ( String label, String replace ) : SimpleFramework.Xml.Strategy |
public Resolve ( Class type, String value ) : void | ||
type | Class | /// this is the class to be given an alias /// |
value | String | |
리턴 | void |