public static interface Translator.ScriptTranslator.TypeTranslator extends UnaryOperator<Object>
Translator.ScriptTranslator
implementation can choose to expose a way to accept a TypeTranslator which will convert an incoming
object to a different form which will then be normally processed or can return a Translator.ScriptTranslator.Handled object
with the already translated script.| Modifier and Type | Method and Description |
|---|---|
static Translator.ScriptTranslator.TypeTranslator |
identity() |
static Translator.ScriptTranslator.TypeTranslator identity()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.