Uses of Enum Class
org.frankframework.pipes.JsonPipe.Direction
Packages that use JsonPipe.Direction
-
Uses of JsonPipe.Direction in org.frankframework.pipes
Subclasses with type arguments of type JsonPipe.Direction in org.frankframework.pipesMethods in org.frankframework.pipes that return JsonPipe.DirectionModifier and TypeMethodDescriptionstatic JsonPipe.DirectionReturns 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 TypeMethodDescriptionvoidJsonPipe.setDirection(JsonPipe.Direction value) Direction of the transformation.