Uses of Class
net.ozwolf.mongo.migrations.internal.util.strict.StrictOperator
-
Packages that use StrictOperator Package Description net.ozwolf.mongo.migrations.internal.util.strict -
-
Uses of StrictOperator in net.ozwolf.mongo.migrations.internal.util.strict
Methods in net.ozwolf.mongo.migrations.internal.util.strict that return StrictOperator Modifier and Type Method Description static StrictOperatorStrictOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static StrictOperator[]StrictOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ozwolf.mongo.migrations.internal.util.strict that return types with arguments of type StrictOperator Modifier and Type Method Description static Optional<StrictOperator>StrictOperator. findFor(Object value)
-