|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.custom.classes.CustomBase
org.jibx.custom.classes.SharedNestingBase
org.jibx.custom.classes.NestingBase
org.jibx.custom.classes.PackageCustom
public class PackageCustom
Package customization information.
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT_NAME
Element name in XML customization file. |
private java.util.Map |
m_classMap
|
private boolean |
m_fixedNamespace
|
private java.lang.String |
m_fullName
|
private java.lang.String |
m_simpleName
|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names |
| Fields inherited from class org.jibx.custom.classes.NestingBase |
|---|
ATTRIBUTE_STYLE_INTEGER, ATTRIBUTE_VALUE_STYLE, ELEMENT_STYLE_INTEGER, ELEMENT_VALUE_STYLE, s_valueStyleEnum |
| Fields inherited from class org.jibx.custom.classes.CustomBase |
|---|
CAMEL_CASE_NAMES, DERIVE_BY_PACKAGE, DERIVE_FIXED, DERIVE_NONE, DOTTED_NAMES, HYPHENATED_NAMES, REQUIRE_ALL, REQUIRE_NONE, REQUIRE_OBJECTS, REQUIRE_PRIMITIVES, s_namespaceStyleEnum, s_nameStyleEnum, s_requireEnum, UNDERSCORED_NAMES, UPPER_CAMEL_CASE_NAMES |
| Constructor Summary | |
|---|---|
PackageCustom(java.lang.String simple,
java.lang.String full,
NestingBase parent)
Constructor. |
|
| Method Summary | |
|---|---|
(package private) ClassCustom |
addClassCustomization(java.lang.String name)
Add information for class in this package. |
void |
apply(IClassLocator loc)
Apply customizations to default values. |
void |
fixNamespace()
Fix the namespace for this package. |
ClassCustom |
getClassCustomization(java.lang.String name)
Get existing information for class in this package. |
java.lang.String |
getName()
Get fully-qualified package name. |
private void |
preSet(IUnmarshallingContext uctx)
Make sure all attributes are defined. |
| Methods inherited from class org.jibx.custom.classes.NestingBase |
|---|
getStripPrefixes, getStripSuffixes, getValueStyle, isForceMapping, isForceStructureNames, isMapAbstract, isPropertyAccess, isWrapCollections, setMapAbstract, setValueStyle |
| Methods inherited from class org.jibx.custom.classes.SharedNestingBase |
|---|
convertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyle |
| Methods inherited from class org.jibx.custom.classes.CustomBase |
|---|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringArray s_allowedAttributes
public static final java.lang.String ELEMENT_NAME
private java.lang.String m_simpleName
private java.lang.String m_fullName
private boolean m_fixedNamespace
private java.util.Map m_classMap
| Constructor Detail |
|---|
PackageCustom(java.lang.String simple,
java.lang.String full,
NestingBase parent)
GlobalCustom class.
simple - simple package namefull - fully-qualified package nameparent - | Method Detail |
|---|
private void preSet(IUnmarshallingContext uctx)
uctx - unmarshalling contextpublic java.lang.String getName()
public ClassCustom getClassCustomization(java.lang.String name)
name - simple class name (without package)
null if no existing information)ClassCustom addClassCustomization(java.lang.String name)
name - simple class name (without package)
null if no existing information)public void fixNamespace()
public void apply(IClassLocator loc)
apply in interface IApplyloc - class locator
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||