Uses of Enum Class
com.github.underscore.U.OperationType
-
Uses of U.OperationType in com.github.underscore
Methods in com.github.underscore that return U.OperationTypeModifier and TypeMethodDescriptionstatic U.OperationTypeReturns the enum constant of this class with the specified name.static U.OperationType[]U.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.underscore with parameters of type U.OperationTypeModifier and TypeMethodDescriptionprivate static <T> TU.baseGetOrSetOrRemove(Map<String, Object> object, List<String> paths, Object value, U.OperationType operationType) private static voidU.checkSetAndRemove(Object value, U.OperationType operationType, Object savedLocalObject, String savedPath) private static voidU.checkSetOrUpdate(Object value, U.OperationType operationType, Map<String, Object> savedLocalObject, String savedPath)