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 JMethodDom4jReaderGenerator. 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 JMethodJavaModelloGenerator. createGetter(JField field, ModelField modelField)private JMethodJavaModelloGenerator. createSetter(JField field, ModelField modelField)private JMethodJavaModelloGenerator. createSetter(JField field, ModelField modelField, boolean isBuilderMethod)private JMethod[]JavaModelloGenerator. generateClone(ModelClass modelClass, ModelClass locationClass)private JMethodJavaModelloGenerator. generateEquals(ModelClass modelClass)private JMethodJavaModelloGenerator. generateHashCode(ModelClass modelClass)private JMethodJavaModelloGenerator. 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. _methodsThe list of methods of this JClassMethods in org.codehaus.modello.plugin.java.javasource that return JMethod Modifier and Type Method Description JMethodJClass. getMethod(int index)Returns the JMethod located at the specified indexJMethodJClass. 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 voidJClass. addMethod(JMethod jMethod)Adds the given JMethod to this JClassvoidJClass. addMethod(JMethod jMethod, boolean importReturnType)Adds the given JMethod to this JClassvoidJClass. 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 JMethodJDOMWriterGenerator. generateWriteModel2(java.lang.String root, java.lang.String rootElement)private JMethodJDOMWriterGenerator. 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 JMethodStaxReaderGenerator. 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 JMethodXpp3ReaderGenerator. convertNumericalType(java.lang.String methodName, JType returnType, java.lang.String expression, java.lang.String typeDesc)private JMethodXpp3ReaderGenerator. getBooleanValue2Method()private JMethodXpp3ReaderGenerator. getBooleanValueMethod()private JMethodXpp3ReaderGenerator. getCharacterValueMethod()private JMethodXpp3ReaderGenerator. getCheckFieldWithDuplicateMethod()private JMethodXpp3ReaderGenerator. getCheckUnknonwElement2Method()private JMethodXpp3ReaderGenerator. getCheckUnknownAttributeMethod()private JMethodXpp3ReaderGenerator. getDateValue2Method()private JMethodXpp3ReaderGenerator. getDateValueMethod()private JMethodXpp3ReaderGenerator. getInterpolatedTrimmed()private JMethodXpp3ReaderGenerator. getNextTagMethod()private JMethodXpp3ReaderGenerator. getRequiredAttributeValueMethod()private JMethodXpp3ReaderGenerator. getTrimmedValueMethod()Methods in org.codehaus.modello.plugin.xpp3 with parameters of type JMethod Modifier and Type Method Description private voidXpp3ReaderGenerator. addTrackingParameters(JMethod method)
-