Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod
Packages that use JMethod
Package
Description
-
Uses of JMethod in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j that return JMethod -
Uses of JMethod in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JMethodModifier and TypeMethodDescriptionprivate 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 JMethodMethods in org.codehaus.modello.plugin.java.javasource that return JMethodModifier and TypeMethodDescriptionJClass.getMethod(int index) Returns the JMethod located at the specified indexReturns 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 JMethodModifier and TypeMethodDescriptionvoidAdds the given JMethod to this JClassvoidAdds 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 JMethodModifier and TypeMethodDescriptionprivate JMethod[]JDOMWriterGenerator.generateDomMethods()private JMethod[]JDOMWriterGenerator.generateUtilityMethods()private JMethodJDOMWriterGenerator.generateWriteModel2(String root, String rootElement) private JMethodJDOMWriterGenerator.generateWriteModel3(String root, String rootElement) -
Uses of JMethod in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax that return JMethod -
Uses of JMethod in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 that return JMethodModifier and TypeMethodDescriptionprivate JMethodXpp3ReaderGenerator.convertNumericalType(String methodName, JType returnType, String expression, 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 JMethodModifier and TypeMethodDescriptionprivate voidXpp3ReaderGenerator.addTrackingParameters(JMethod method)