Uses of Enum Class
org.frankframework.pipes.JsonPipe.Direction
-
Uses of JsonPipe.Direction in org.frankframework.pipes
Modifier 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.Modifier and TypeMethodDescriptionvoid
JsonPipe.setDirection
(JsonPipe.Direction value) Direction of the transformation.