A G H I J M O R T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMissingMethod(J.ClassDeclaration, String, JavaTemplate) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Add a
J.MethodDeclarationto the givenJ.ClassDeclarationif the latter does not contain the searchedMethod, otherwise it does nothing
G
- getDescription() - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLCodeRecipe
- getDisplayName() - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLCodeRecipe
- getRemovedListTupla(J.NewClass) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
Optional<RemovedListTupla>if the givenJ.NewClassconstructor has not the List anymoreOptional.empty()otherwise - getVisitor() - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLCodeRecipe
H
- hasFieldNameImport(J.CompilationUnit) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.CompilationUnitcontains an {@see #FIELD_NAME_FQDN} import,falseotherwise - hasFieldNameParameter(J.MethodInvocation) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.MethodInvocationis FieldName.create(...),falseotherwise
I
- isFieldNameCreate(J.MethodInvocation) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.MethodInvocationis FieldName.create(...),falseotherwise - isFieldNameGetNameToGetFieldMapped(J.MethodInvocation) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.MethodInvocationis #FieldName(_any_).getName(...), and the modified method is String(_any_).getField(...)falseotherwise. - isFieldNameImport(J.Import) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.Importis {@see #FIELD_NAME_FQDN},falseotherwise
J
- JPMMLCodeRecipe - Class in org.kie.openrewrite.recipe.jpmml
- JPMMLCodeRecipe(String, String) - Constructor for class org.kie.openrewrite.recipe.jpmml.JPMMLCodeRecipe
- JPMMLVisitor - Class in org.kie.openrewrite.recipe.jpmml
- JPMMLVisitor(String, String) - Constructor for class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
M
- methodExists(J.ClassDeclaration, String) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.ClassDeclarationcontains the searchedMethod,falseotherwise
O
- org.kie.openrewrite.recipe.jpmml - package org.kie.openrewrite.recipe.jpmml
R
- removeFieldNameImport(J.CompilationUnit) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Remove the {@see #FIELD_NAME_FQDN} import from the given
J.CompilationUnit, if present - replaceInstantiation(J.NewClass) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- replaceInstantiationListRemoved(J.NewClass) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Returns a new
J.NewClasswith theoriginalInstantiatedTypereplaced bytargetInstantiatedType, if present. - replaceOriginalToTargetInstantiation(J.NewClass) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Returns a new
J.NewClasswith theoriginalInstantiatedTypereplaced bytargetInstantiatedType, if present.
T
- toMigrate(List<J.Import>) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
U
- updateMethodToTargetInstantiatedType(JavaType.Method) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- updateTypeTreeToTargetInstantiatedType(J.NewClass) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- useFieldNameGetValue(J.MethodInvocation) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
-
Return
trueif the givenJ.MethodInvocationinvokes (_field_).getValue(),falseotherwise
V
- visitBinary(J.Binary, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitCompilationUnit(J.CompilationUnit, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitNewClass(J.NewClass, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitVariable(J.VariableDeclarations.NamedVariable, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
- visitVariableDeclarations(J.VariableDeclarations, ExecutionContext) - Method in class org.kie.openrewrite.recipe.jpmml.JPMMLVisitor
All Classes All Packages