|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jaxb.compiler.XMLProcessor
public class XMLProcessor
Constructor Summary | |
---|---|
XMLProcessor(Map<String,XmlBindings> bindings)
This is the preferred constructor. |
Method Summary | |
---|---|
boolean |
classExistsInArray(JavaClass theClass,
ArrayList<JavaClass> existingClasses)
Convenience method to determine if a class exists in a given ArrayList. |
static String |
getNameFromXPath(String xpath,
String propertyName,
boolean isAttribute)
Convenience method that returns the field name for a given xml-path. |
void |
processXML(AnnotationsProcessor annotationsProcessor,
JavaModelInput jModelInput,
TypeMappingInfo[] typeMappingInfos,
JavaClass[] originalJavaClasses)
Process XmlBindings on a per package basis for a given AnnotationsPorcessor instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLProcessor(Map<String,XmlBindings> bindings)
bindings
- Method Detail |
---|
public void processXML(AnnotationsProcessor annotationsProcessor, JavaModelInput jModelInput, TypeMappingInfo[] typeMappingInfos, JavaClass[] originalJavaClasses)
annotationsProcessor
- public boolean classExistsInArray(JavaClass theClass, ArrayList<JavaClass> existingClasses)
public static String getNameFromXPath(String xpath, String propertyName, boolean isAttribute)
xpath
- propertyName
- isAttribute
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |