Package org.openrewrite.polyglot
Interface PolyglotValueMappings.FromValuePolyglotMapping<OUT>
-
- All Superinterfaces:
java.util.function.Function<org.graalvm.polyglot.Value,OUT>,PolyglotMapping<org.graalvm.polyglot.Value,OUT>,java.util.function.Predicate<org.graalvm.polyglot.Value>
- All Known Implementing Classes:
PolyglotValueMappings.MarkersMapping,PolyglotValueMappings.OptionDescriptorMapping,PolyglotValueMappings.PolyglotRecipeMapping,PolyglotValueMappings.RecipeDescriptorMapping,PolyglotValueMappings.TreeVisitorMapping
- Enclosing interface:
- PolyglotValueMappings
public static interface PolyglotValueMappings.FromValuePolyglotMapping<OUT> extends PolyglotMapping<org.graalvm.polyglot.Value,OUT>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Class<org.graalvm.polyglot.Value>inputType()-
Methods inherited from interface org.openrewrite.polyglot.PolyglotMapping
outputType
-
-
-
-
Method Detail
-
inputType
default java.lang.Class<org.graalvm.polyglot.Value> inputType()
- Specified by:
inputTypein interfacePolyglotMapping<org.graalvm.polyglot.Value,OUT>
-
-