Uses of Class
com.github.underscore.U.OperationType
-
-
Uses of U.OperationType in com.github.underscore
Methods in com.github.underscore that return U.OperationType Modifier and Type Method Description static U.OperationType
U.OperationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static U.OperationType[]
U.OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.underscore with parameters of type U.OperationType Modifier and Type Method Description private static <T> T
U. baseGetOrSetOrRemove(java.util.Map<java.lang.String,java.lang.Object> object, java.util.List<java.lang.String> paths, java.lang.Object value, U.OperationType operationType)
private static void
U. checkSetAndRemove(java.lang.Object value, U.OperationType operationType, java.lang.Object savedLocalObject, java.lang.String savedPath)
private static void
U. checkSetOrUpdate(java.lang.Object value, U.OperationType operationType, java.util.Map<java.lang.String,java.lang.Object> savedLocalObject, java.lang.String savedPath)
-