Uses of Class
com.github.damianwajser.factories.jsonbased.conditions.operations.Operation
-
Packages that use Operation Package Description com.github.damianwajser.factories.jsonbased.conditions com.github.damianwajser.factories.jsonbased.conditions.operations -
-
Uses of Operation in com.github.damianwajser.factories.jsonbased.conditions
Constructors in com.github.damianwajser.factories.jsonbased.conditions with parameters of type Operation Constructor Description Condition(String field, String match, Operation operation) -
Uses of Operation in com.github.damianwajser.factories.jsonbased.conditions.operations
Methods in com.github.damianwajser.factories.jsonbased.conditions.operations that return Operation Modifier and Type Method Description static OperationOperation. value(String label)static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.damianwajser.factories.jsonbased.conditions.operations with parameters of type Operation Modifier and Type Method Description static OperationStrategyOperationFactory. getOperation(Operation operation)
-