Uses of Enum Class
org.frankframework.pipes.JsonPipe.Direction
Packages that use JsonPipe.Direction
-
Uses of JsonPipe.Direction in org.frankframework.pipes
Methods in org.frankframework.pipes that return JsonPipe.DirectionModifier and TypeMethodDescriptionJsonPipe.getDirection()
static JsonPipe.Direction
Returns the enum constant of this class with the specified name.static JsonPipe.Direction[]
JsonPipe.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type JsonPipe.DirectionModifier and TypeMethodDescriptionvoid
JsonPipe.setDirection
(JsonPipe.Direction value) Direction of the transformation.