public class MaterializedLambdaExtractor extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
packageName |
protected String |
temporaryClassName |
Modifier and Type | Method and Description |
---|---|
CreatedClass |
create(String expressionString,
Collection<String> imports,
Collection<String> staticImports) |
protected com.github.javaparser.ast.NodeList<com.github.javaparser.ast.type.ClassOrInterfaceType> |
createImplementedType() |
protected com.github.javaparser.ast.type.ClassOrInterfaceType |
functionType() |
protected final String packageName
protected String temporaryClassName
protected com.github.javaparser.ast.NodeList<com.github.javaparser.ast.type.ClassOrInterfaceType> createImplementedType()
protected com.github.javaparser.ast.type.ClassOrInterfaceType functionType()
public CreatedClass create(String expressionString, Collection<String> imports, Collection<String> staticImports)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.