| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Method and Description |
|---|---|
NewInstanceBuilder |
ClassBuilder.newInstance(String type)
Build new instance creator of type using a no-argument constructor.
|
NewInstanceBuilder |
ClassBuilder.newInstance(org.eclipse.jdt.core.dom.Type type)
Build new instance creator of type using a no-argument constructor.
|
NewInstanceBuilder |
ClassBuilder.newInstanceFromString(String type,
String value)
Build new instance creator of a simple type using a constructor that takes a single string value.
|
NewInstanceBuilder |
ClassBuilder.newInstanceFromStrings(String type,
String value1,
String value2)
Build new instance creator of a simple type using a constructor that takes a pair of string values.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.