프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
CollectionFactory ( Context context, |
Constructor for the
|
|
GetConversion ( Class type ) : Class |
This is used to convert the provided type to a collection type from the Java Collections framework. This will check to see if the type is a
|
|
GetInstance ( InputNode node ) : Instance | ||
GetInstance ( Value value ) : Instance |
This creates a
|
public CollectionFactory ( Context context, |
||
context | Context | /// this is the context associated with this factory /// |
type | /// this is the class for the owning object /// | |
리턴 | SimpleFramework.Xml.Strategy |
public GetConversion ( Class type ) : Class | ||
type | Class | /// this is the type that is to be converted /// |
리턴 | Class |
public GetInstance ( InputNode node ) : Instance | ||
node | InputNode | /// this is the input node representing the list /// |
리턴 | Instance |
public GetInstance ( Value value ) : Instance | ||
value | Value | /// the type used to instantiate the collection /// |
리턴 | Instance |