Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod
-
-
Uses of JMethod in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j that return JMethod Modifier and Type Method Description private JMethod
Dom4jReaderGenerator. convertNumericalType(java.lang.String methodName, JType returnType, java.lang.String expression, java.lang.String typeDesc)
-
Uses of JMethod in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JMethod Modifier and Type Method Description private JMethod
JavaModelloGenerator. createGetter(JField field, ModelField modelField)
private JMethod
JavaModelloGenerator. createSetter(JField field, ModelField modelField)
private JMethod
JavaModelloGenerator. createSetter(JField field, ModelField modelField, boolean isBuilderMethod)
private JMethod[]
JavaModelloGenerator. generateClone(ModelClass modelClass, ModelClass locationClass)
private JMethod
JavaModelloGenerator. generateEquals(ModelClass modelClass)
private JMethod
JavaModelloGenerator. generateHashCode(ModelClass modelClass)
private JMethod
JavaModelloGenerator. generateToString(ModelClass modelClass, boolean onlyIdentifierFields)
-
Uses of JMethod in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JMethod Modifier and Type Field Description private java.util.List<JMethod>
JClass. _methods
The list of methods of this JClassMethods in org.codehaus.modello.plugin.java.javasource that return JMethod Modifier and Type Method Description JMethod
JClass. getMethod(int index)
Returns the JMethod located at the specified indexJMethod
JClass. getMethod(java.lang.String name, int startIndex)
Returns the first occurrence of the method with the given name, starting from the specified index.JMethod[]
JClass. getMethods()
Returns an array of all the JMethods of this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethod Modifier and Type Method Description void
JClass. addMethod(JMethod jMethod)
Adds the given JMethod to this JClassvoid
JClass. addMethod(JMethod jMethod, boolean importReturnType)
Adds the given JMethod to this JClassvoid
JClass. addMethods(JMethod[] jMethods)
Adds the given array of JMethods to this JClass -
Uses of JMethod in org.codehaus.modello.plugin.jdom
Methods in org.codehaus.modello.plugin.jdom that return JMethod Modifier and Type Method Description private JMethod[]
JDOMWriterGenerator. generateDomMethods()
private JMethod[]
JDOMWriterGenerator. generateUtilityMethods()
private JMethod
JDOMWriterGenerator. generateWriteModel(java.lang.String root, java.lang.String rootElement)
private JMethod
JDOMWriterGenerator. generateWriteModel2(java.lang.String root, java.lang.String rootElement)
private JMethod
JDOMWriterGenerator. generateWriteModel3(java.lang.String root, java.lang.String rootElement)
-
Uses of JMethod in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax that return JMethod Modifier and Type Method Description private JMethod
StaxReaderGenerator. convertNumericalType(java.lang.String methodName, JType returnType, java.lang.String expression, java.lang.String typeDesc)
-
Uses of JMethod in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 that return JMethod Modifier and Type Method Description private JMethod
Xpp3ReaderGenerator. convertNumericalType(java.lang.String methodName, JType returnType, java.lang.String expression, java.lang.String typeDesc)
private JMethod
Xpp3ReaderGenerator. getBooleanValue2Method()
private JMethod
Xpp3ReaderGenerator. getBooleanValueMethod()
private JMethod
Xpp3ReaderGenerator. getCharacterValueMethod()
private JMethod
Xpp3ReaderGenerator. getCheckFieldWithDuplicateMethod()
private JMethod
Xpp3ReaderGenerator. getCheckUnknonwElement2Method()
private JMethod
Xpp3ReaderGenerator. getCheckUnknownAttributeMethod()
private JMethod
Xpp3ReaderGenerator. getDateValue2Method()
private JMethod
Xpp3ReaderGenerator. getDateValueMethod()
private JMethod
Xpp3ReaderGenerator. getInterpolatedTrimmed()
private JMethod
Xpp3ReaderGenerator. getNextTagMethod()
private JMethod
Xpp3ReaderGenerator. getRequiredAttributeValueMethod()
private JMethod
Xpp3ReaderGenerator. getTrimmedValueMethod()
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type JMethod Modifier and Type Method Description private void
Xpp3ReaderGenerator. addTrackingParameters(JMethod method)
-